Shades of Dark Cyan #0D8388
Tints of Dark Cyan #0D8388
RGB
CMYK
RGB Variations
Color information
#0D8388 (or 0x0D8388) is known color: Dark Cyan. HEX triplet: 0D, 83 and 88. RGB value is (13,131,136). Sum of RGB (Red+Green+Blue) = 13+131+136=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #0D8388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8388 is #F27C77. Grayscale: #606060. Windows color (decimal): -15891576 or 8946445. OLE color: 8946445.
HSL color Cylindrical-coordinate representation of color #0D8388: hue angle of 182.44º 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 #0D8388 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 131 | 136 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.47 |
| HSL | 182.44º | 0.83% | 0.29% | - |
| HSV(B) | 182.44º | 0.9% | 0.53% | - |
| XYZ | 12.73 | 18.1 | 26.11 | - |
| YUV | 96.29 | 150.41 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 136 | 0.90 | 0.04 | 0 | 0.47 | 182.44 | 0.83 | 0.29 |
| Hex | D | 83 | 88 | 5A | 4 | 0 | 2F | B6 | 53 | 1D |
| Octal | 15 | 203 | 210 | 132 | 4 | 0 | 57 | 266 | 123 | 35 |
| Binary | 1101 | 10000011 | 10001000 | 1011010 | 100 | 0 | 101111 | 10110110 | 1010011 | 11101 |
Color Harmonies of #0D8388
Complementary color
Monochromatic Colors of #0D8388
Black with #0D8388
Text Example
Text Example
White with #0D8388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8388; }
p { color: rgb(13,131,136); }
H1.HeaderClassName
{
color: #0D8388;
}
.AnyTagClassName
{
color: #0D8388;
}
</style>
background-color css
<style>
a { background-color: #0D8388; }
a { background-color: rgb(13,131,136); }
div.DivClassName
{
background-color: #0D8388;
}
.BgClassName
{
background-color: #0D8388;
}
</style>
border-color css
<style>
span { border-color: #0D8388; }
span { border-color: rgb(13,131,136); }
td.TdClassName
{
border-color: #0D8388;
}
.TagClassName
{
border-color: #0D8388;
}
</style>