Shades of Dark Cyan #0D8A8D
Tints of Dark Cyan #0D8A8D
RGB
CMYK
RGB Variations
Color information
#0D8A8D (or 0x0D8A8D) is known color: Dark Cyan. HEX triplet: 0D, 8A and 8D. RGB value is (13,138,141). Sum of RGB (Red+Green+Blue) = 13+138+141=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D8A8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8A8D is #F27572. Grayscale: #646464. Windows color (decimal): -15889779 or 9275917. OLE color: 9275917.
HSL color Cylindrical-coordinate representation of color #0D8A8D: hue angle of 181.41º 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 #0D8A8D is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 138 | 141 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.45 |
| HSL | 181.41º | 0.83% | 0.3% | - |
| HSV(B) | 181.41º | 0.91% | 0.55% | - |
| XYZ | 14.06 | 20.19 | 28.35 | - |
| YUV | 100.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 138 | 141 | 0.91 | 0.02 | 0 | 0.45 | 181.41 | 0.83 | 0.3 |
| Hex | D | 8A | 8D | 5B | 2 | 0 | 2D | B5 | 53 | 1E |
| Octal | 15 | 212 | 215 | 133 | 2 | 0 | 55 | 265 | 123 | 36 |
| Binary | 1101 | 10001010 | 10001101 | 1011011 | 10 | 0 | 101101 | 10110101 | 1010011 | 11110 |
Color Harmonies of #0D8A8D
Complementary color
Monochromatic Colors of #0D8A8D
Black with #0D8A8D
Text Example
Text Example
White with #0D8A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8A8D; }
p { color: rgb(13,138,141); }
H1.HeaderClassName
{
color: #0D8A8D;
}
.AnyTagClassName
{
color: #0D8A8D;
}
</style>
background-color css
<style>
a { background-color: #0D8A8D; }
a { background-color: rgb(13,138,141); }
div.DivClassName
{
background-color: #0D8A8D;
}
.BgClassName
{
background-color: #0D8A8D;
}
</style>
border-color css
<style>
span { border-color: #0D8A8D; }
span { border-color: rgb(13,138,141); }
td.TdClassName
{
border-color: #0D8A8D;
}
.TagClassName
{
border-color: #0D8A8D;
}
</style>