Shades of Dark Cyan #0D8A84
Tints of Dark Cyan #0D8A84
RGB
CMYK
RGB Variations
Color information
#0D8A84 (or 0x0D8A84) is known color: Dark Cyan. HEX triplet: 0D, 8A and 84. RGB value is (13,138,132). Sum of RGB (Red+Green+Blue) = 13+138+132=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #0D8A84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8A84 is #F2757B. Grayscale: #636363. Windows color (decimal): -15889788 or 8686093. OLE color: 8686093.
HSL color Cylindrical-coordinate representation of color #0D8A84: hue angle of 177.12º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8A84 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 138 | 132 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.46 |
| HSL | 177.12º | 0.83% | 0.3% | - |
| HSV(B) | 177.12º | 0.91% | 0.54% | - |
| XYZ | 13.42 | 19.93 | 24.97 | - |
| YUV | 99.94 | 146.09 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 138 | 132 | 0.91 | 0 | 0.04 | 0.46 | 177.12 | 0.83 | 0.3 |
| Hex | D | 8A | 84 | 5B | 0 | 4 | 2E | B1 | 53 | 1E |
| Octal | 15 | 212 | 204 | 133 | 0 | 4 | 56 | 261 | 123 | 36 |
| Binary | 1101 | 10001010 | 10000100 | 1011011 | 0 | 100 | 101110 | 10110001 | 1010011 | 11110 |
Color Harmonies of #0D8A84
Complementary color
Monochromatic Colors of #0D8A84
Black with #0D8A84
Text Example
Text Example
White with #0D8A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8A84; }
p { color: rgb(13,138,132); }
H1.HeaderClassName
{
color: #0D8A84;
}
.AnyTagClassName
{
color: #0D8A84;
}
</style>
background-color css
<style>
a { background-color: #0D8A84; }
a { background-color: rgb(13,138,132); }
div.DivClassName
{
background-color: #0D8A84;
}
.BgClassName
{
background-color: #0D8A84;
}
</style>
border-color css
<style>
span { border-color: #0D8A84; }
span { border-color: rgb(13,138,132); }
td.TdClassName
{
border-color: #0D8A84;
}
.TagClassName
{
border-color: #0D8A84;
}
</style>