Shades of Mountain Meadow #15A68C
Tints of Mountain Meadow #15A68C
RGB
CMYK
RGB Variations
Color information
#15A68C (or 0x15A68C) is known color: Mountain Meadow. HEX triplet: 15, A6 and 8C. RGB value is (21,166,140). Sum of RGB (Red+Green+Blue) = 21+166+140=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #15A68C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A68C is #EA5973. Grayscale: #777777. Windows color (decimal): -15358324 or 9217557. OLE color: 9217557.
HSL color Cylindrical-coordinate representation of color #15A68C: hue angle of 169.24º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A68C is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 166 | 140 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.35 |
| HSL | 169.24º | 0.78% | 0.37% | - |
| HSV(B) | 169.24º | 0.87% | 0.65% | - |
| XYZ | 18.68 | 29.33 | 29.49 | - |
| YUV | 119.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 166 | 140 | 0.87 | 0 | 0.16 | 0.35 | 169.24 | 0.78 | 0.37 |
| Hex | 15 | A6 | 8C | 57 | 0 | 10 | 23 | A9 | 4E | 25 |
| Octal | 25 | 246 | 214 | 127 | 0 | 20 | 43 | 251 | 116 | 45 |
| Binary | 10101 | 10100110 | 10001100 | 1010111 | 0 | 10000 | 100011 | 10101001 | 1001110 | 100101 |
Color Harmonies of #15A68C
Complementary color
Monochromatic Colors of #15A68C
Black with #15A68C
Text Example
Text Example
White with #15A68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A68C; }
p { color: rgb(21,166,140); }
H1.HeaderClassName
{
color: #15A68C;
}
.AnyTagClassName
{
color: #15A68C;
}
</style>
background-color css
<style>
a { background-color: #15A68C; }
a { background-color: rgb(21,166,140); }
div.DivClassName
{
background-color: #15A68C;
}
.BgClassName
{
background-color: #15A68C;
}
</style>
border-color css
<style>
span { border-color: #15A68C; }
span { border-color: rgb(21,166,140); }
td.TdClassName
{
border-color: #15A68C;
}
.TagClassName
{
border-color: #15A68C;
}
</style>