Shades of Dark Cyan #09968D
Tints of Dark Cyan #09968D
RGB
CMYK
RGB Variations
Color information
#09968D (or 0x09968D) is known color: Dark Cyan. HEX triplet: 09, 96 and 8D. RGB value is (9,150,141). Sum of RGB (Red+Green+Blue) = 9+150+141=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #09968D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09968D is #F66972. Grayscale: #6A6A6A. Windows color (decimal): -16148851 or 9278985. OLE color: 9278985.
HSL color Cylindrical-coordinate representation of color #09968D: hue angle of 176.17º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09968D is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 150 | 141 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.41 |
| HSL | 176.17º | 0.89% | 0.31% | - |
| HSV(B) | 176.17º | 0.94% | 0.59% | - |
| XYZ | 15.83 | 23.79 | 28.96 | - |
| YUV | 106.82 | 147.29 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 141 | 0.94 | 0 | 0.06 | 0.41 | 176.17 | 0.89 | 0.31 |
| Hex | 9 | 96 | 8D | 5E | 0 | 6 | 29 | B0 | 59 | 1F |
| Octal | 11 | 226 | 215 | 136 | 0 | 6 | 51 | 260 | 131 | 37 |
| Binary | 1001 | 10010110 | 10001101 | 1011110 | 0 | 110 | 101001 | 10110000 | 1011001 | 11111 |
Color Harmonies of #09968D
Complementary color
Monochromatic Colors of #09968D
Black with #09968D
Text Example
Text Example
White with #09968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09968D; }
p { color: rgb(9,150,141); }
H1.HeaderClassName
{
color: #09968D;
}
.AnyTagClassName
{
color: #09968D;
}
</style>
background-color css
<style>
a { background-color: #09968D; }
a { background-color: rgb(9,150,141); }
div.DivClassName
{
background-color: #09968D;
}
.BgClassName
{
background-color: #09968D;
}
</style>
border-color css
<style>
span { border-color: #09968D; }
span { border-color: rgb(9,150,141); }
td.TdClassName
{
border-color: #09968D;
}
.TagClassName
{
border-color: #09968D;
}
</style>