#13B695

Color #13B695 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #13B695

Tints of Mountain Meadow #13B695

Color information

#13B695 (or 0x13B695) is unknown color: approx Mountain Meadow. HEX triplet: 13, B6 and 95. RGB value is (19,182,149). Sum of RGB (Red+Green+Blue) = 19+182+149=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #13B695 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B695 is #EC496A. Grayscale: #818181. Windows color (decimal): -15485291 or 9811475. OLE color: 9811475.

HSL color Cylindrical-coordinate representation of color #13B695: hue angle of 167.85º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B695 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB19182149-
CMYK0.9000.180.29
HSL167.85º81.09%39.41%-
HSV(B)167.85º89.56%71.37%-
XYZ22.4235.7634.16-
YUV129.513949.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 5.43%
GREEN value IS 182 (71.48% from 255) = 52%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=5.43%
G=52%
B=42.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191821490.9000.180.29167.8581.0939.41
Hex13B6955A0121Da85127
Octal232662251320223525012147
Binary100111011011010010101101101001001011101101010001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13B695; }

 p { color: rgb(19,182,149); }

 H1.HeaderClassName
 {
   color: #13B695;
 }
 .AnyTagClassName
 {
   color: #13B695;
 }
</style>
background-color css

<style>
 a { background-color: #13B695; }

 a { background-color: rgb(19,182,149); }

 div.DivClassName
 {
   background-color: #13B695;
 }
 .BgClassName
 {
   background-color: #13B695;
 }
</style>
border-color css

<style>
 span { border-color: #13B695; }

 span { border-color: rgb(19,182,149); }

 td.TdClassName
 {
   border-color: #13B695;
 }
 .TagClassName
 {
   border-color: #13B695;
 }
</style>