Shades of Dark Cyan #0D8389
Tints of Dark Cyan #0D8389
RGB
CMYK
RGB Variations
Color information
#0D8389 (or 0x0D8389) is known color: Dark Cyan. HEX triplet: 0D, 83 and 89. RGB value is (13,131,137). Sum of RGB (Red+Green+Blue) = 13+131+137=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D8389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8389 is #F27C76. Grayscale: #606060. Windows color (decimal): -15891575 or 9011981. OLE color: 9011981.
HSL color Cylindrical-coordinate representation of color #0D8389: hue angle of 182.9º 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 #0D8389 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 131 | 137 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.46 |
| HSL | 182.9º | 0.83% | 0.29% | - |
| HSV(B) | 182.9º | 0.91% | 0.54% | - |
| XYZ | 12.8 | 18.12 | 26.49 | - |
| YUV | 96.4 | 150.91 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 137 | 0.91 | 0.04 | 0 | 0.46 | 182.9 | 0.83 | 0.29 |
| Hex | D | 83 | 89 | 5B | 4 | 0 | 2E | B7 | 53 | 1D |
| Octal | 15 | 203 | 211 | 133 | 4 | 0 | 56 | 267 | 123 | 35 |
| Binary | 1101 | 10000011 | 10001001 | 1011011 | 100 | 0 | 101110 | 10110111 | 1010011 | 11101 |
Color Harmonies of #0D8389
Complementary color
Monochromatic Colors of #0D8389
Black with #0D8389
Text Example
Text Example
White with #0D8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8389; }
p { color: rgb(13,131,137); }
H1.HeaderClassName
{
color: #0D8389;
}
.AnyTagClassName
{
color: #0D8389;
}
</style>
background-color css
<style>
a { background-color: #0D8389; }
a { background-color: rgb(13,131,137); }
div.DivClassName
{
background-color: #0D8389;
}
.BgClassName
{
background-color: #0D8389;
}
</style>
border-color css
<style>
span { border-color: #0D8389; }
span { border-color: rgb(13,131,137); }
td.TdClassName
{
border-color: #0D8389;
}
.TagClassName
{
border-color: #0D8389;
}
</style>