Shades of Mountain Meadow #08C088
Tints of Mountain Meadow #08C088
RGB
CMYK
RGB Variations
Color information
#08C088 (or 0x08C088) is known color: Mountain Meadow. HEX triplet: 08, C0 and 88. RGB value is (8,192,136). Sum of RGB (Red+Green+Blue) = 8+192+136=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #08C088 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C088 is #F73F77. Grayscale: #828282. Windows color (decimal): -16203640 or 8962056. OLE color: 8962056.
HSL color Cylindrical-coordinate representation of color #08C088: hue angle of 161.74º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C088 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 136 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.25 |
| HSL | 161.74º | 0.92% | 0.39% | - |
| HSV(B) | 161.74º | 0.96% | 0.75% | - |
| XYZ | 23.39 | 39.53 | 29.69 | - |
| YUV | 130.6 | 131.04 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 136 | 0.96 | 0 | 0.29 | 0.25 | 161.74 | 0.92 | 0.39 |
| Hex | 8 | C0 | 88 | 60 | 0 | 1D | 19 | A2 | 5C | 27 |
| Octal | 10 | 300 | 210 | 140 | 0 | 35 | 31 | 242 | 134 | 47 |
| Binary | 1000 | 11000000 | 10001000 | 1100000 | 0 | 11101 | 11001 | 10100010 | 1011100 | 100111 |
Color Harmonies of #08C088
Complementary color
Monochromatic Colors of #08C088
Black with #08C088
Text Example
Text Example
White with #08C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C088; }
p { color: rgb(8,192,136); }
H1.HeaderClassName
{
color: #08C088;
}
.AnyTagClassName
{
color: #08C088;
}
</style>
background-color css
<style>
a { background-color: #08C088; }
a { background-color: rgb(8,192,136); }
div.DivClassName
{
background-color: #08C088;
}
.BgClassName
{
background-color: #08C088;
}
</style>
border-color css
<style>
span { border-color: #08C088; }
span { border-color: rgb(8,192,136); }
td.TdClassName
{
border-color: #08C088;
}
.TagClassName
{
border-color: #08C088;
}
</style>