Shades of Mountain Meadow #08BD7B
Tints of Mountain Meadow #08BD7B
RGB
CMYK
RGB Variations
Color information
#08BD7B (or 0x08BD7B) is known color: Mountain Meadow. HEX triplet: 08, BD and 7B. RGB value is (8,189,123). Sum of RGB (Red+Green+Blue) = 8+189+123=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BD7B is #F74284. Grayscale: #7F7F7F. Windows color (decimal): -16204421 or 8109320. OLE color: 8109320.
HSL color Cylindrical-coordinate representation of color #08BD7B: hue angle of 158.12º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD7B is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 189 | 123 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.26 |
| HSL | 158.12º | 0.92% | 0.39% | - |
| HSV(B) | 158.12º | 0.96% | 0.74% | - |
| XYZ | 21.87 | 37.88 | 24.9 | - |
| YUV | 127.36 | 125.53 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 123 | 0.96 | 0 | 0.35 | 0.26 | 158.12 | 0.92 | 0.39 |
| Hex | 8 | BD | 7B | 60 | 0 | 23 | 1A | 9E | 5C | 27 |
| Octal | 10 | 275 | 173 | 140 | 0 | 43 | 32 | 236 | 134 | 47 |
| Binary | 1000 | 10111101 | 1111011 | 1100000 | 0 | 100011 | 11010 | 10011110 | 1011100 | 100111 |
Color Harmonies of #08BD7B
Complementary color
Monochromatic Colors of #08BD7B
Black with #08BD7B
Text Example
Text Example
White with #08BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BD7B; }
p { color: rgb(8,189,123); }
H1.HeaderClassName
{
color: #08BD7B;
}
.AnyTagClassName
{
color: #08BD7B;
}
</style>
background-color css
<style>
a { background-color: #08BD7B; }
a { background-color: rgb(8,189,123); }
div.DivClassName
{
background-color: #08BD7B;
}
.BgClassName
{
background-color: #08BD7B;
}
</style>
border-color css
<style>
span { border-color: #08BD7B; }
span { border-color: rgb(8,189,123); }
td.TdClassName
{
border-color: #08BD7B;
}
.TagClassName
{
border-color: #08BD7B;
}
</style>