Shades of Mountain Meadow #0DBE88
Tints of Mountain Meadow #0DBE88
RGB
CMYK
RGB Variations
Color information
#0DBE88 (or 0x0DBE88) is known color: Mountain Meadow. HEX triplet: 0D, BE and 88. RGB value is (13,190,136). Sum of RGB (Red+Green+Blue) = 13+190+136=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 190 (74.61% from 255 or 56.05% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBE88 is #F24177. Grayscale: #828282. Windows color (decimal): -15876472 or 8961549. OLE color: 8961549.
HSL color Cylindrical-coordinate representation of color #0DBE88: hue angle of 161.69º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE88 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 136 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.25 |
| HSL | 161.69º | 0.87% | 0.4% | - |
| HSV(B) | 161.69º | 0.93% | 0.75% | - |
| XYZ | 23.02 | 38.69 | 29.55 | - |
| YUV | 130.92 | 130.86 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 136 | 0.93 | 0 | 0.28 | 0.25 | 161.69 | 0.87 | 0.4 |
| Hex | D | BE | 88 | 5D | 0 | 1C | 19 | A2 | 57 | 28 |
| Octal | 15 | 276 | 210 | 135 | 0 | 34 | 31 | 242 | 127 | 50 |
| Binary | 1101 | 10111110 | 10001000 | 1011101 | 0 | 11100 | 11001 | 10100010 | 1010111 | 101000 |
Color Harmonies of #0DBE88
Complementary color
Monochromatic Colors of #0DBE88
Black with #0DBE88
Text Example
Text Example
White with #0DBE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE88; }
p { color: rgb(13,190,136); }
H1.HeaderClassName
{
color: #0DBE88;
}
.AnyTagClassName
{
color: #0DBE88;
}
</style>
background-color css
<style>
a { background-color: #0DBE88; }
a { background-color: rgb(13,190,136); }
div.DivClassName
{
background-color: #0DBE88;
}
.BgClassName
{
background-color: #0DBE88;
}
</style>
border-color css
<style>
span { border-color: #0DBE88; }
span { border-color: rgb(13,190,136); }
td.TdClassName
{
border-color: #0DBE88;
}
.TagClassName
{
border-color: #0DBE88;
}
</style>