Shades of Dark Cyan #0D858A
Tints of Dark Cyan #0D858A
RGB
CMYK
RGB Variations
Color information
#0D858A (or 0x0D858A) is known color: Dark Cyan. HEX triplet: 0D, 85 and 8A. RGB value is (13,133,138). Sum of RGB (Red+Green+Blue) = 13+133+138=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D858A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D858A is #F27A75. Grayscale: #616161. Windows color (decimal): -15891062 or 9078029. OLE color: 9078029.
HSL color Cylindrical-coordinate representation of color #0D858A: hue angle of 182.4º 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 #0D858A is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 133 | 138 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.46 |
| HSL | 182.4º | 0.83% | 0.3% | - |
| HSV(B) | 182.4º | 0.91% | 0.54% | - |
| XYZ | 13.14 | 18.7 | 26.96 | - |
| YUV | 97.69 | 150.74 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 138 | 0.91 | 0.04 | 0 | 0.46 | 182.4 | 0.83 | 0.3 |
| Hex | D | 85 | 8A | 5B | 4 | 0 | 2E | B6 | 53 | 1E |
| Octal | 15 | 205 | 212 | 133 | 4 | 0 | 56 | 266 | 123 | 36 |
| Binary | 1101 | 10000101 | 10001010 | 1011011 | 100 | 0 | 101110 | 10110110 | 1010011 | 11110 |
Color Harmonies of #0D858A
Complementary color
Monochromatic Colors of #0D858A
Black with #0D858A
Text Example
Text Example
White with #0D858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D858A; }
p { color: rgb(13,133,138); }
H1.HeaderClassName
{
color: #0D858A;
}
.AnyTagClassName
{
color: #0D858A;
}
</style>
background-color css
<style>
a { background-color: #0D858A; }
a { background-color: rgb(13,133,138); }
div.DivClassName
{
background-color: #0D858A;
}
.BgClassName
{
background-color: #0D858A;
}
</style>
border-color css
<style>
span { border-color: #0D858A; }
span { border-color: rgb(13,133,138); }
td.TdClassName
{
border-color: #0D858A;
}
.TagClassName
{
border-color: #0D858A;
}
</style>