Shades of Mountain Meadow #08BC7C
Tints of Mountain Meadow #08BC7C
RGB
CMYK
RGB Variations
Color information
#08BC7C (or 0x08BC7C) is known color: Mountain Meadow. HEX triplet: 08, BC and 7C. RGB value is (8,188,124). Sum of RGB (Red+Green+Blue) = 8+188+124=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC7C is #F74383. Grayscale: #7E7E7E. Windows color (decimal): -16204676 or 8174600. OLE color: 8174600.
HSL color Cylindrical-coordinate representation of color #08BC7C: hue angle of 158.67º 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 #08BC7C is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 124 | - |
| CMYK | 0.96 | 0 | 0.34 | 0.26 |
| HSL | 158.67º | 0.92% | 0.38% | - |
| HSV(B) | 158.67º | 0.96% | 0.74% | - |
| XYZ | 21.72 | 37.47 | 25.16 | - |
| YUV | 126.88 | 126.37 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 124 | 0.96 | 0 | 0.34 | 0.26 | 158.67 | 0.92 | 0.38 |
| Hex | 8 | BC | 7C | 60 | 0 | 22 | 1A | 9F | 5C | 26 |
| Octal | 10 | 274 | 174 | 140 | 0 | 42 | 32 | 237 | 134 | 46 |
| Binary | 1000 | 10111100 | 1111100 | 1100000 | 0 | 100010 | 11010 | 10011111 | 1011100 | 100110 |
Color Harmonies of #08BC7C
Complementary color
Monochromatic Colors of #08BC7C
Black with #08BC7C
Text Example
Text Example
White with #08BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BC7C; }
p { color: rgb(8,188,124); }
H1.HeaderClassName
{
color: #08BC7C;
}
.AnyTagClassName
{
color: #08BC7C;
}
</style>
background-color css
<style>
a { background-color: #08BC7C; }
a { background-color: rgb(8,188,124); }
div.DivClassName
{
background-color: #08BC7C;
}
.BgClassName
{
background-color: #08BC7C;
}
</style>
border-color css
<style>
span { border-color: #08BC7C; }
span { border-color: rgb(8,188,124); }
td.TdClassName
{
border-color: #08BC7C;
}
.TagClassName
{
border-color: #08BC7C;
}
</style>