Shades of Mountain Meadow #08BC8C
Tints of Mountain Meadow #08BC8C
RGB
CMYK
RGB Variations
Color information
#08BC8C (or 0x08BC8C) is known color: Mountain Meadow. HEX triplet: 08, BC and 8C. RGB value is (8,188,140). Sum of RGB (Red+Green+Blue) = 8+188+140=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BC8C is #F74373. Grayscale: #808080. Windows color (decimal): -16204660 or 9223176. OLE color: 9223176.
HSL color Cylindrical-coordinate representation of color #08BC8C: hue angle of 164º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC8C is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 140 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.26 |
| HSL | 164º | 0.92% | 0.38% | - |
| HSV(B) | 164º | 0.96% | 0.74% | - |
| XYZ | 22.82 | 37.91 | 30.93 | - |
| YUV | 128.71 | 134.37 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 140 | 0.96 | 0 | 0.26 | 0.26 | 164 | 0.92 | 0.38 |
| Hex | 8 | BC | 8C | 60 | 0 | 1A | 1A | A4 | 5C | 26 |
| Octal | 10 | 274 | 214 | 140 | 0 | 32 | 32 | 244 | 134 | 46 |
| Binary | 1000 | 10111100 | 10001100 | 1100000 | 0 | 11010 | 11010 | 10100100 | 1011100 | 100110 |
Color Harmonies of #08BC8C
Complementary color
Monochromatic Colors of #08BC8C
Black with #08BC8C
Text Example
Text Example
White with #08BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BC8C; }
p { color: rgb(8,188,140); }
H1.HeaderClassName
{
color: #08BC8C;
}
.AnyTagClassName
{
color: #08BC8C;
}
</style>
background-color css
<style>
a { background-color: #08BC8C; }
a { background-color: rgb(8,188,140); }
div.DivClassName
{
background-color: #08BC8C;
}
.BgClassName
{
background-color: #08BC8C;
}
</style>
border-color css
<style>
span { border-color: #08BC8C; }
span { border-color: rgb(8,188,140); }
td.TdClassName
{
border-color: #08BC8C;
}
.TagClassName
{
border-color: #08BC8C;
}
</style>