Shades of Dark Cyan #0D968E
Tints of Dark Cyan #0D968E
RGB
CMYK
RGB Variations
Color information
#0D968E (or 0x0D968E) is known color: Dark Cyan. HEX triplet: 0D, 96 and 8E. RGB value is (13,150,142). Sum of RGB (Red+Green+Blue) = 13+150+142=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #0D968E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D968E is #F26971. Grayscale: #6C6C6C. Windows color (decimal): -15886706 or 9344525. OLE color: 9344525.
HSL color Cylindrical-coordinate representation of color #0D968E: hue angle of 176.5º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D968E is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 142 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.41 |
| HSL | 176.5º | 0.84% | 0.32% | - |
| HSV(B) | 176.5º | 0.91% | 0.59% | - |
| XYZ | 15.95 | 23.85 | 29.35 | - |
| YUV | 108.13 | 147.11 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 142 | 0.91 | 0 | 0.05 | 0.41 | 176.5 | 0.84 | 0.32 |
| Hex | D | 96 | 8E | 5B | 0 | 5 | 29 | B0 | 54 | 20 |
| Octal | 15 | 226 | 216 | 133 | 0 | 5 | 51 | 260 | 124 | 40 |
| Binary | 1101 | 10010110 | 10001110 | 1011011 | 0 | 101 | 101001 | 10110000 | 1010100 | 100000 |
Color Harmonies of #0D968E
Complementary color
Monochromatic Colors of #0D968E
Black with #0D968E
Text Example
Text Example
White with #0D968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D968E; }
p { color: rgb(13,150,142); }
H1.HeaderClassName
{
color: #0D968E;
}
.AnyTagClassName
{
color: #0D968E;
}
</style>
background-color css
<style>
a { background-color: #0D968E; }
a { background-color: rgb(13,150,142); }
div.DivClassName
{
background-color: #0D968E;
}
.BgClassName
{
background-color: #0D968E;
}
</style>
border-color css
<style>
span { border-color: #0D968E; }
span { border-color: rgb(13,150,142); }
td.TdClassName
{
border-color: #0D968E;
}
.TagClassName
{
border-color: #0D968E;
}
</style>