Shades of Dark Cyan #0D828E
Tints of Dark Cyan #0D828E
RGB
CMYK
RGB Variations
Color information
#0D828E (or 0x0D828E) is known color: Dark Cyan. HEX triplet: 0D, 82 and 8E. RGB value is (13,130,142). Sum of RGB (Red+Green+Blue) = 13+130+142=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D828E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D828E is #F27D71. Grayscale: #606060. Windows color (decimal): -15891826 or 9339405. OLE color: 9339405.
HSL color Cylindrical-coordinate representation of color #0D828E: hue angle of 185.58º 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 #0D828E is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 130 | 142 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.44 |
| HSL | 185.58º | 0.83% | 0.3% | - |
| HSV(B) | 185.58º | 0.91% | 0.56% | - |
| XYZ | 13.03 | 18 | 28.38 | - |
| YUV | 96.39 | 153.74 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 142 | 0.91 | 0.08 | 0 | 0.44 | 185.58 | 0.83 | 0.3 |
| Hex | D | 82 | 8E | 5B | 8 | 0 | 2C | BA | 53 | 1E |
| Octal | 15 | 202 | 216 | 133 | 10 | 0 | 54 | 272 | 123 | 36 |
| Binary | 1101 | 10000010 | 10001110 | 1011011 | 1000 | 0 | 101100 | 10111010 | 1010011 | 11110 |
Color Harmonies of #0D828E
Complementary color
Monochromatic Colors of #0D828E
Black with #0D828E
Text Example
Text Example
White with #0D828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D828E; }
p { color: rgb(13,130,142); }
H1.HeaderClassName
{
color: #0D828E;
}
.AnyTagClassName
{
color: #0D828E;
}
</style>
background-color css
<style>
a { background-color: #0D828E; }
a { background-color: rgb(13,130,142); }
div.DivClassName
{
background-color: #0D828E;
}
.BgClassName
{
background-color: #0D828E;
}
</style>
border-color css
<style>
span { border-color: #0D828E; }
span { border-color: rgb(13,130,142); }
td.TdClassName
{
border-color: #0D828E;
}
.TagClassName
{
border-color: #0D828E;
}
</style>