Shades of Mountain Meadow #08BC7B
Tints of Mountain Meadow #08BC7B
RGB
CMYK
RGB Variations
Color information
#08BC7B (or 0x08BC7B) is known color: Mountain Meadow. HEX triplet: 08, BC and 7B. RGB value is (8,188,123). Sum of RGB (Red+Green+Blue) = 8+188+123=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC7B is #F74384. Grayscale: #7E7E7E. Windows color (decimal): -16204677 or 8109064. OLE color: 8109064.
HSL color Cylindrical-coordinate representation of color #08BC7B: hue angle of 158.33º 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 #08BC7B is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 123 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.26 |
| HSL | 158.33º | 0.92% | 0.38% | - |
| HSV(B) | 158.33º | 0.96% | 0.74% | - |
| XYZ | 21.66 | 37.45 | 24.83 | - |
| YUV | 126.77 | 125.87 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 123 | 0.96 | 0 | 0.35 | 0.26 | 158.33 | 0.92 | 0.38 |
| Hex | 8 | BC | 7B | 60 | 0 | 23 | 1A | 9E | 5C | 26 |
| Octal | 10 | 274 | 173 | 140 | 0 | 43 | 32 | 236 | 134 | 46 |
| Binary | 1000 | 10111100 | 1111011 | 1100000 | 0 | 100011 | 11010 | 10011110 | 1011100 | 100110 |
Color Harmonies of #08BC7B
Complementary color
Monochromatic Colors of #08BC7B
Black with #08BC7B
Text Example
Text Example
White with #08BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BC7B; }
p { color: rgb(8,188,123); }
H1.HeaderClassName
{
color: #08BC7B;
}
.AnyTagClassName
{
color: #08BC7B;
}
</style>
background-color css
<style>
a { background-color: #08BC7B; }
a { background-color: rgb(8,188,123); }
div.DivClassName
{
background-color: #08BC7B;
}
.BgClassName
{
background-color: #08BC7B;
}
</style>
border-color css
<style>
span { border-color: #08BC7B; }
span { border-color: rgb(8,188,123); }
td.TdClassName
{
border-color: #08BC7B;
}
.TagClassName
{
border-color: #08BC7B;
}
</style>