Shades of Dark Cyan #0D8884
Tints of Dark Cyan #0D8884
RGB
CMYK
RGB Variations
Color information
#0D8884 (or 0x0D8884) is known color: Dark Cyan. HEX triplet: 0D, 88 and 84. RGB value is (13,136,132). Sum of RGB (Red+Green+Blue) = 13+136+132=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #0D8884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8884 is #F2777B. Grayscale: #626262. Windows color (decimal): -15890300 or 8685581. OLE color: 8685581.
HSL color Cylindrical-coordinate representation of color #0D8884: hue angle of 178.05º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8884 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 136 | 132 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.47 |
| HSL | 178.05º | 0.83% | 0.29% | - |
| HSV(B) | 178.05º | 0.9% | 0.53% | - |
| XYZ | 13.14 | 19.36 | 24.87 | - |
| YUV | 98.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 132 | 0.90 | 0 | 0.03 | 0.47 | 178.05 | 0.83 | 0.29 |
| Hex | D | 88 | 84 | 5A | 0 | 3 | 2F | B2 | 53 | 1D |
| Octal | 15 | 210 | 204 | 132 | 0 | 3 | 57 | 262 | 123 | 35 |
| Binary | 1101 | 10001000 | 10000100 | 1011010 | 0 | 11 | 101111 | 10110010 | 1010011 | 11101 |
Color Harmonies of #0D8884
Complementary color
Monochromatic Colors of #0D8884
Black with #0D8884
Text Example
Text Example
White with #0D8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8884; }
p { color: rgb(13,136,132); }
H1.HeaderClassName
{
color: #0D8884;
}
.AnyTagClassName
{
color: #0D8884;
}
</style>
background-color css
<style>
a { background-color: #0D8884; }
a { background-color: rgb(13,136,132); }
div.DivClassName
{
background-color: #0D8884;
}
.BgClassName
{
background-color: #0D8884;
}
</style>
border-color css
<style>
span { border-color: #0D8884; }
span { border-color: rgb(13,136,132); }
td.TdClassName
{
border-color: #0D8884;
}
.TagClassName
{
border-color: #0D8884;
}
</style>