Shades of Mountain Meadow #0DB893
Tints of Mountain Meadow #0DB893
RGB
CMYK
RGB Variations
Color information
#0DB893 (or 0x0DB893) is known color: Mountain Meadow. HEX triplet: 0D, B8 and 93. RGB value is (13,184,147). Sum of RGB (Red+Green+Blue) = 13+184+147=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB893 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB893 is #F2476C. Grayscale: #808080. Windows color (decimal): -15877997 or 9680909. OLE color: 9680909.
HSL color Cylindrical-coordinate representation of color #0DB893: hue angle of 167.02º 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 #0DB893 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 147 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.28 |
| HSL | 167.02º | 0.87% | 0.39% | - |
| HSV(B) | 167.02º | 0.93% | 0.72% | - |
| XYZ | 22.57 | 36.47 | 33.45 | - |
| YUV | 128.65 | 138.35 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 147 | 0.93 | 0 | 0.20 | 0.28 | 167.02 | 0.87 | 0.39 |
| Hex | D | B8 | 93 | 5D | 0 | 14 | 1C | A7 | 57 | 27 |
| Octal | 15 | 270 | 223 | 135 | 0 | 24 | 34 | 247 | 127 | 47 |
| Binary | 1101 | 10111000 | 10010011 | 1011101 | 0 | 10100 | 11100 | 10100111 | 1010111 | 100111 |
Color Harmonies of #0DB893
Complementary color
Monochromatic Colors of #0DB893
Black with #0DB893
Text Example
Text Example
White with #0DB893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB893; }
p { color: rgb(13,184,147); }
H1.HeaderClassName
{
color: #0DB893;
}
.AnyTagClassName
{
color: #0DB893;
}
</style>
background-color css
<style>
a { background-color: #0DB893; }
a { background-color: rgb(13,184,147); }
div.DivClassName
{
background-color: #0DB893;
}
.BgClassName
{
background-color: #0DB893;
}
</style>
border-color css
<style>
span { border-color: #0DB893; }
span { border-color: rgb(13,184,147); }
td.TdClassName
{
border-color: #0DB893;
}
.TagClassName
{
border-color: #0DB893;
}
</style>