Shades of Mountain Meadow #0DB288
Tints of Mountain Meadow #0DB288
RGB
CMYK
RGB Variations
Color information
#0DB288 (or 0x0DB288) is known color: Mountain Meadow. HEX triplet: 0D, B2 and 88. RGB value is (13,178,136). Sum of RGB (Red+Green+Blue) = 13+178+136=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 178 (69.92% from 255 or 54.43% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DB288 is #F24D77. Grayscale: #7B7B7B. Windows color (decimal): -15879544 or 8958477. OLE color: 8958477.
HSL color Cylindrical-coordinate representation of color #0DB288: hue angle of 164.73º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB288 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 136 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.30 |
| HSL | 164.73º | 0.86% | 0.37% | - |
| HSV(B) | 164.73º | 0.93% | 0.7% | - |
| XYZ | 20.53 | 33.7 | 28.72 | - |
| YUV | 123.88 | 134.84 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 136 | 0.93 | 0 | 0.24 | 0.30 | 164.73 | 0.86 | 0.37 |
| Hex | D | B2 | 88 | 5D | 0 | 18 | 1E | A5 | 56 | 25 |
| Octal | 15 | 262 | 210 | 135 | 0 | 30 | 36 | 245 | 126 | 45 |
| Binary | 1101 | 10110010 | 10001000 | 1011101 | 0 | 11000 | 11110 | 10100101 | 1010110 | 100101 |
Color Harmonies of #0DB288
Complementary color
Monochromatic Colors of #0DB288
Black with #0DB288
Text Example
Text Example
White with #0DB288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB288; }
p { color: rgb(13,178,136); }
H1.HeaderClassName
{
color: #0DB288;
}
.AnyTagClassName
{
color: #0DB288;
}
</style>
background-color css
<style>
a { background-color: #0DB288; }
a { background-color: rgb(13,178,136); }
div.DivClassName
{
background-color: #0DB288;
}
.BgClassName
{
background-color: #0DB288;
}
</style>
border-color css
<style>
span { border-color: #0DB288; }
span { border-color: rgb(13,178,136); }
td.TdClassName
{
border-color: #0DB288;
}
.TagClassName
{
border-color: #0DB288;
}
</style>