Shades of Mountain Meadow #0DAF8B
Tints of Mountain Meadow #0DAF8B
RGB
CMYK
RGB Variations
Color information
#0DAF8B (or 0x0DAF8B) is known color: Mountain Meadow. HEX triplet: 0D, AF and 8B. RGB value is (13,175,139). Sum of RGB (Red+Green+Blue) = 13+175+139=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAF8B is #F25074. Grayscale: #7A7A7A. Windows color (decimal): -15880309 or 9154317. OLE color: 9154317.
HSL color Cylindrical-coordinate representation of color #0DAF8B: hue angle of 166.67º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAF8B is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 175 | 139 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.31 |
| HSL | 166.67º | 0.86% | 0.37% | - |
| HSV(B) | 166.67º | 0.93% | 0.69% | - |
| XYZ | 20.16 | 32.61 | 29.66 | - |
| YUV | 122.46 | 137.33 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 139 | 0.93 | 0 | 0.21 | 0.31 | 166.67 | 0.86 | 0.37 |
| Hex | D | AF | 8B | 5D | 0 | 15 | 1F | A7 | 56 | 25 |
| Octal | 15 | 257 | 213 | 135 | 0 | 25 | 37 | 247 | 126 | 45 |
| Binary | 1101 | 10101111 | 10001011 | 1011101 | 0 | 10101 | 11111 | 10100111 | 1010110 | 100101 |
Color Harmonies of #0DAF8B
Complementary color
Monochromatic Colors of #0DAF8B
Black with #0DAF8B
Text Example
Text Example
White with #0DAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAF8B; }
p { color: rgb(13,175,139); }
H1.HeaderClassName
{
color: #0DAF8B;
}
.AnyTagClassName
{
color: #0DAF8B;
}
</style>
background-color css
<style>
a { background-color: #0DAF8B; }
a { background-color: rgb(13,175,139); }
div.DivClassName
{
background-color: #0DAF8B;
}
.BgClassName
{
background-color: #0DAF8B;
}
</style>
border-color css
<style>
span { border-color: #0DAF8B; }
span { border-color: rgb(13,175,139); }
td.TdClassName
{
border-color: #0DAF8B;
}
.TagClassName
{
border-color: #0DAF8B;
}
</style>