Shades of Dark Cyan #0D8985
Tints of Dark Cyan #0D8985
RGB
CMYK
RGB Variations
Color information
#0D8985 (or 0x0D8985) is known color: Dark Cyan. HEX triplet: 0D, 89 and 85. RGB value is (13,137,133). Sum of RGB (Red+Green+Blue) = 13+137+133=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8985 is #F2767A. Grayscale: #636363. Windows color (decimal): -15890043 or 8751373. OLE color: 8751373.
HSL color Cylindrical-coordinate representation of color #0D8985: hue angle of 178.06º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8985 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 133 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.46 |
| HSL | 178.06º | 0.83% | 0.29% | - |
| HSV(B) | 178.06º | 0.91% | 0.54% | - |
| XYZ | 13.35 | 19.67 | 25.28 | - |
| YUV | 99.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 133 | 0.91 | 0 | 0.03 | 0.46 | 178.06 | 0.83 | 0.29 |
| Hex | D | 89 | 85 | 5B | 0 | 3 | 2E | B2 | 53 | 1D |
| Octal | 15 | 211 | 205 | 133 | 0 | 3 | 56 | 262 | 123 | 35 |
| Binary | 1101 | 10001001 | 10000101 | 1011011 | 0 | 11 | 101110 | 10110010 | 1010011 | 11101 |
Color Harmonies of #0D8985
Complementary color
Monochromatic Colors of #0D8985
Black with #0D8985
Text Example
Text Example
White with #0D8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8985; }
p { color: rgb(13,137,133); }
H1.HeaderClassName
{
color: #0D8985;
}
.AnyTagClassName
{
color: #0D8985;
}
</style>
background-color css
<style>
a { background-color: #0D8985; }
a { background-color: rgb(13,137,133); }
div.DivClassName
{
background-color: #0D8985;
}
.BgClassName
{
background-color: #0D8985;
}
</style>
border-color css
<style>
span { border-color: #0D8985; }
span { border-color: rgb(13,137,133); }
td.TdClassName
{
border-color: #0D8985;
}
.TagClassName
{
border-color: #0D8985;
}
</style>