Shades of Mountain Meadow #0DB888
Tints of Mountain Meadow #0DB888
RGB
CMYK
RGB Variations
Color information
#0DB888 (or 0x0DB888) is known color: Mountain Meadow. HEX triplet: 0D, B8 and 88. RGB value is (13,184,136). Sum of RGB (Red+Green+Blue) = 13+184+136=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 184 (72.27% from 255 or 55.26% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB888 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB888 is #F24777. Grayscale: #7F7F7F. Windows color (decimal): -15878008 or 8960013. OLE color: 8960013.
HSL color Cylindrical-coordinate representation of color #0DB888: hue angle of 163.16º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB888 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 136 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.28 |
| HSL | 163.16º | 0.87% | 0.39% | - |
| HSV(B) | 163.16º | 0.93% | 0.72% | - |
| XYZ | 21.75 | 36.14 | 29.12 | - |
| YUV | 127.4 | 132.85 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 136 | 0.93 | 0 | 0.26 | 0.28 | 163.16 | 0.87 | 0.39 |
| Hex | D | B8 | 88 | 5D | 0 | 1A | 1C | A3 | 57 | 27 |
| Octal | 15 | 270 | 210 | 135 | 0 | 32 | 34 | 243 | 127 | 47 |
| Binary | 1101 | 10111000 | 10001000 | 1011101 | 0 | 11010 | 11100 | 10100011 | 1010111 | 100111 |
Color Harmonies of #0DB888
Complementary color
Monochromatic Colors of #0DB888
Black with #0DB888
Text Example
Text Example
White with #0DB888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB888; }
p { color: rgb(13,184,136); }
H1.HeaderClassName
{
color: #0DB888;
}
.AnyTagClassName
{
color: #0DB888;
}
</style>
background-color css
<style>
a { background-color: #0DB888; }
a { background-color: rgb(13,184,136); }
div.DivClassName
{
background-color: #0DB888;
}
.BgClassName
{
background-color: #0DB888;
}
</style>
border-color css
<style>
span { border-color: #0DB888; }
span { border-color: rgb(13,184,136); }
td.TdClassName
{
border-color: #0DB888;
}
.TagClassName
{
border-color: #0DB888;
}
</style>