Shades of Mountain Meadow #08BA8A
Tints of Mountain Meadow #08BA8A
RGB
CMYK
RGB Variations
Color information
#08BA8A (or 0x08BA8A) is known color: Mountain Meadow. HEX triplet: 08, BA and 8A. RGB value is (8,186,138). Sum of RGB (Red+Green+Blue) = 8+186+138=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BA8A is #F74575. Grayscale: #7F7F7F. Windows color (decimal): -16205174 or 9091592. OLE color: 9091592.
HSL color Cylindrical-coordinate representation of color #08BA8A: hue angle of 163.82º 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 #08BA8A is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 138 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.27 |
| HSL | 163.82º | 0.92% | 0.38% | - |
| HSV(B) | 163.82º | 0.96% | 0.73% | - |
| XYZ | 22.25 | 37 | 30.01 | - |
| YUV | 127.31 | 134.03 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 138 | 0.96 | 0 | 0.26 | 0.27 | 163.82 | 0.92 | 0.38 |
| Hex | 8 | BA | 8A | 60 | 0 | 1A | 1B | A4 | 5C | 26 |
| Octal | 10 | 272 | 212 | 140 | 0 | 32 | 33 | 244 | 134 | 46 |
| Binary | 1000 | 10111010 | 10001010 | 1100000 | 0 | 11010 | 11011 | 10100100 | 1011100 | 100110 |
Color Harmonies of #08BA8A
Complementary color
Monochromatic Colors of #08BA8A
Black with #08BA8A
Text Example
Text Example
White with #08BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA8A; }
p { color: rgb(8,186,138); }
H1.HeaderClassName
{
color: #08BA8A;
}
.AnyTagClassName
{
color: #08BA8A;
}
</style>
background-color css
<style>
a { background-color: #08BA8A; }
a { background-color: rgb(8,186,138); }
div.DivClassName
{
background-color: #08BA8A;
}
.BgClassName
{
background-color: #08BA8A;
}
</style>
border-color css
<style>
span { border-color: #08BA8A; }
span { border-color: rgb(8,186,138); }
td.TdClassName
{
border-color: #08BA8A;
}
.TagClassName
{
border-color: #08BA8A;
}
</style>