Shades of Mountain Meadow #08BA89
Tints of Mountain Meadow #08BA89
RGB
CMYK
RGB Variations
Color information
#08BA89 (or 0x08BA89) is known color: Mountain Meadow. HEX triplet: 08, BA and 89. RGB value is (8,186,137). Sum of RGB (Red+Green+Blue) = 8+186+137=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BA89 is #F74576. Grayscale: #7F7F7F. Windows color (decimal): -16205175 or 9026056. OLE color: 9026056.
HSL color Cylindrical-coordinate representation of color #08BA89: hue angle of 163.48º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA89 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 137 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.27 |
| HSL | 163.48º | 0.92% | 0.38% | - |
| HSV(B) | 163.48º | 0.96% | 0.73% | - |
| XYZ | 22.17 | 36.98 | 29.64 | - |
| YUV | 127.19 | 133.53 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 137 | 0.96 | 0 | 0.26 | 0.27 | 163.48 | 0.92 | 0.38 |
| Hex | 8 | BA | 89 | 60 | 0 | 1A | 1B | A3 | 5C | 26 |
| Octal | 10 | 272 | 211 | 140 | 0 | 32 | 33 | 243 | 134 | 46 |
| Binary | 1000 | 10111010 | 10001001 | 1100000 | 0 | 11010 | 11011 | 10100011 | 1011100 | 100110 |
Color Harmonies of #08BA89
Complementary color
Monochromatic Colors of #08BA89
Black with #08BA89
Text Example
Text Example
White with #08BA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA89; }
p { color: rgb(8,186,137); }
H1.HeaderClassName
{
color: #08BA89;
}
.AnyTagClassName
{
color: #08BA89;
}
</style>
background-color css
<style>
a { background-color: #08BA89; }
a { background-color: rgb(8,186,137); }
div.DivClassName
{
background-color: #08BA89;
}
.BgClassName
{
background-color: #08BA89;
}
</style>
border-color css
<style>
span { border-color: #08BA89; }
span { border-color: rgb(8,186,137); }
td.TdClassName
{
border-color: #08BA89;
}
.TagClassName
{
border-color: #08BA89;
}
</style>