Shades of Mountain Meadow #0DAB88
Tints of Mountain Meadow #0DAB88
RGB
CMYK
RGB Variations
Color information
#0DAB88 (or 0x0DAB88) is known color: Mountain Meadow. HEX triplet: 0D, AB and 88. RGB value is (13,171,136). Sum of RGB (Red+Green+Blue) = 13+171+136=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAB88 is #F25477. Grayscale: #777777. Windows color (decimal): -15881336 or 8956685. OLE color: 8956685.
HSL color Cylindrical-coordinate representation of color #0DAB88: hue angle of 166.71º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAB88 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 136 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.33 |
| HSL | 166.71º | 0.86% | 0.36% | - |
| HSV(B) | 166.71º | 0.92% | 0.67% | - |
| XYZ | 19.17 | 30.99 | 28.26 | - |
| YUV | 119.77 | 137.15 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 136 | 0.92 | 0 | 0.20 | 0.33 | 166.71 | 0.86 | 0.36 |
| Hex | D | AB | 88 | 5C | 0 | 14 | 21 | A7 | 56 | 24 |
| Octal | 15 | 253 | 210 | 134 | 0 | 24 | 41 | 247 | 126 | 44 |
| Binary | 1101 | 10101011 | 10001000 | 1011100 | 0 | 10100 | 100001 | 10100111 | 1010110 | 100100 |
Color Harmonies of #0DAB88
Complementary color
Monochromatic Colors of #0DAB88
Black with #0DAB88
Text Example
Text Example
White with #0DAB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB88; }
p { color: rgb(13,171,136); }
H1.HeaderClassName
{
color: #0DAB88;
}
.AnyTagClassName
{
color: #0DAB88;
}
</style>
background-color css
<style>
a { background-color: #0DAB88; }
a { background-color: rgb(13,171,136); }
div.DivClassName
{
background-color: #0DAB88;
}
.BgClassName
{
background-color: #0DAB88;
}
</style>
border-color css
<style>
span { border-color: #0DAB88; }
span { border-color: rgb(13,171,136); }
td.TdClassName
{
border-color: #0DAB88;
}
.TagClassName
{
border-color: #0DAB88;
}
</style>