Shades of Dark Cyan #0D8E80
Tints of Dark Cyan #0D8E80
RGB
CMYK
RGB Variations
Color information
#0D8E80 (or 0x0D8E80) is known color: Dark Cyan. HEX triplet: 0D, 8E and 80. RGB value is (13,142,128). Sum of RGB (Red+Green+Blue) = 13+142+128=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #0D8E80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8E80 is #F2717F. Grayscale: #656565. Windows color (decimal): -15888768 or 8424973. OLE color: 8424973.
HSL color Cylindrical-coordinate representation of color #0D8E80: hue angle of 173.49º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8E80 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 142 | 128 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.44 |
| HSL | 173.49º | 0.83% | 0.3% | - |
| HSV(B) | 173.49º | 0.91% | 0.56% | - |
| XYZ | 13.74 | 20.99 | 23.75 | - |
| YUV | 101.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 142 | 128 | 0.91 | 0 | 0.10 | 0.44 | 173.49 | 0.83 | 0.3 |
| Hex | D | 8E | 80 | 5B | 0 | A | 2C | AD | 53 | 1E |
| Octal | 15 | 216 | 200 | 133 | 0 | 12 | 54 | 255 | 123 | 36 |
| Binary | 1101 | 10001110 | 10000000 | 1011011 | 0 | 1010 | 101100 | 10101101 | 1010011 | 11110 |
Color Harmonies of #0D8E80
Complementary color
Monochromatic Colors of #0D8E80
Black with #0D8E80
Text Example
Text Example
White with #0D8E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8E80; }
p { color: rgb(13,142,128); }
H1.HeaderClassName
{
color: #0D8E80;
}
.AnyTagClassName
{
color: #0D8E80;
}
</style>
background-color css
<style>
a { background-color: #0D8E80; }
a { background-color: rgb(13,142,128); }
div.DivClassName
{
background-color: #0D8E80;
}
.BgClassName
{
background-color: #0D8E80;
}
</style>
border-color css
<style>
span { border-color: #0D8E80; }
span { border-color: rgb(13,142,128); }
td.TdClassName
{
border-color: #0D8E80;
}
.TagClassName
{
border-color: #0D8E80;
}
</style>