#15C08E

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

Shades of Mountain Meadow #15C08E

Tints of Mountain Meadow #15C08E

Color information

#15C08E (or 0x15C08E) is unknown color: approx Mountain Meadow. HEX triplet: 15, C0 and 8E. RGB value is (21,192,142). Sum of RGB (Red+Green+Blue) = 21+192+142=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #15C08E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C08E is #EA3F71. Grayscale: #878787. Windows color (decimal): -15351666 or 9355285. OLE color: 9355285.

HSL color Cylindrical-coordinate representation of color #15C08E: hue angle of 162.46º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C08E is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB21192142-
CMYK0.8900.260.25
HSL162.46º80.28%41.76%-
HSV(B)162.46º89.06%75.29%-
XYZ24.0439.8132.01-
YUV135.17131.8546.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.92%
GREEN value IS 192 (75.39% from 255) = 54.08%
BLUE value IS 142 (55.86% from 255) = 40%
R=5.92%
G=54.08%
B=40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211921420.8900.260.25162.4680.2841.76
Hex15C08E5901A19a2502a
Octal253002161310323124212052
Binary101011100000010001110101100101101011001101000101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15C08E; }

 p { color: rgb(21,192,142); }

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

<style>
 a { background-color: #15C08E; }

 a { background-color: rgb(21,192,142); }

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

<style>
 span { border-color: #15C08E; }

 span { border-color: rgb(21,192,142); }

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