Shades of Dark Cyan #0D828D
Tints of Dark Cyan #0D828D
RGB
CMYK
RGB Variations
Color information
#0D828D (or 0x0D828D) is known color: Dark Cyan. HEX triplet: 0D, 82 and 8D. RGB value is (13,130,141). Sum of RGB (Red+Green+Blue) = 13+130+141=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D828D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D828D is #F27D72. Grayscale: #606060. Windows color (decimal): -15891827 or 9273869. OLE color: 9273869.
HSL color Cylindrical-coordinate representation of color #0D828D: hue angle of 185.16º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D828D is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 130 | 141 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.45 |
| HSL | 185.16º | 0.83% | 0.3% | - |
| HSV(B) | 185.16º | 0.91% | 0.55% | - |
| XYZ | 12.96 | 17.97 | 27.99 | - |
| YUV | 96.27 | 153.24 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 141 | 0.91 | 0.08 | 0 | 0.45 | 185.16 | 0.83 | 0.3 |
| Hex | D | 82 | 8D | 5B | 8 | 0 | 2D | B9 | 53 | 1E |
| Octal | 15 | 202 | 215 | 133 | 10 | 0 | 55 | 271 | 123 | 36 |
| Binary | 1101 | 10000010 | 10001101 | 1011011 | 1000 | 0 | 101101 | 10111001 | 1010011 | 11110 |
Color Harmonies of #0D828D
Complementary color
Monochromatic Colors of #0D828D
Black with #0D828D
Text Example
Text Example
White with #0D828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D828D; }
p { color: rgb(13,130,141); }
H1.HeaderClassName
{
color: #0D828D;
}
.AnyTagClassName
{
color: #0D828D;
}
</style>
background-color css
<style>
a { background-color: #0D828D; }
a { background-color: rgb(13,130,141); }
div.DivClassName
{
background-color: #0D828D;
}
.BgClassName
{
background-color: #0D828D;
}
</style>
border-color css
<style>
span { border-color: #0D828D; }
span { border-color: rgb(13,130,141); }
td.TdClassName
{
border-color: #0D828D;
}
.TagClassName
{
border-color: #0D828D;
}
</style>