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