Shades of Mountain Meadow #08BD89
Tints of Mountain Meadow #08BD89
RGB
CMYK
RGB Variations
Color information
#08BD89 (or 0x08BD89) is known color: Mountain Meadow. HEX triplet: 08, BD and 89. RGB value is (8,189,137). Sum of RGB (Red+Green+Blue) = 8+189+137=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BD89 is #F74276. Grayscale: #808080. Windows color (decimal): -16204407 or 9026824. OLE color: 9026824.
HSL color Cylindrical-coordinate representation of color #08BD89: hue angle of 162.76º 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 #08BD89 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 189 | 137 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.26 |
| HSL | 162.76º | 0.92% | 0.39% | - |
| HSV(B) | 162.76º | 0.96% | 0.74% | - |
| XYZ | 22.81 | 38.25 | 29.85 | - |
| YUV | 128.95 | 132.53 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 137 | 0.96 | 0 | 0.28 | 0.26 | 162.76 | 0.92 | 0.39 |
| Hex | 8 | BD | 89 | 60 | 0 | 1C | 1A | A3 | 5C | 27 |
| Octal | 10 | 275 | 211 | 140 | 0 | 34 | 32 | 243 | 134 | 47 |
| Binary | 1000 | 10111101 | 10001001 | 1100000 | 0 | 11100 | 11010 | 10100011 | 1011100 | 100111 |
Color Harmonies of #08BD89
Complementary color
Monochromatic Colors of #08BD89
Black with #08BD89
Text Example
Text Example
White with #08BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BD89; }
p { color: rgb(8,189,137); }
H1.HeaderClassName
{
color: #08BD89;
}
.AnyTagClassName
{
color: #08BD89;
}
</style>
background-color css
<style>
a { background-color: #08BD89; }
a { background-color: rgb(8,189,137); }
div.DivClassName
{
background-color: #08BD89;
}
.BgClassName
{
background-color: #08BD89;
}
</style>
border-color css
<style>
span { border-color: #08BD89; }
span { border-color: rgb(8,189,137); }
td.TdClassName
{
border-color: #08BD89;
}
.TagClassName
{
border-color: #08BD89;
}
</style>