Shades of Dark Cyan #09968F
Tints of Dark Cyan #09968F
RGB
CMYK
RGB Variations
Color information
#09968F (or 0x09968F) is known color: Dark Cyan. HEX triplet: 09, 96 and 8F. RGB value is (9,150,143). Sum of RGB (Red+Green+Blue) = 9+150+143=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #09968F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09968F is #F66970. Grayscale: #6A6A6A. Windows color (decimal): -16148849 or 9410057. OLE color: 9410057.
HSL color Cylindrical-coordinate representation of color #09968F: hue angle of 177.02º 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 #09968F is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 150 | 143 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.41 |
| HSL | 177.02º | 0.89% | 0.31% | - |
| HSV(B) | 177.02º | 0.94% | 0.59% | - |
| XYZ | 15.98 | 23.85 | 29.75 | - |
| YUV | 107.04 | 148.29 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 143 | 0.94 | 0 | 0.05 | 0.41 | 177.02 | 0.89 | 0.31 |
| Hex | 9 | 96 | 8F | 5E | 0 | 5 | 29 | B1 | 59 | 1F |
| Octal | 11 | 226 | 217 | 136 | 0 | 5 | 51 | 261 | 131 | 37 |
| Binary | 1001 | 10010110 | 10001111 | 1011110 | 0 | 101 | 101001 | 10110001 | 1011001 | 11111 |
Color Harmonies of #09968F
Complementary color
Monochromatic Colors of #09968F
Black with #09968F
Text Example
Text Example
White with #09968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09968F; }
p { color: rgb(9,150,143); }
H1.HeaderClassName
{
color: #09968F;
}
.AnyTagClassName
{
color: #09968F;
}
</style>
background-color css
<style>
a { background-color: #09968F; }
a { background-color: rgb(9,150,143); }
div.DivClassName
{
background-color: #09968F;
}
.BgClassName
{
background-color: #09968F;
}
</style>
border-color css
<style>
span { border-color: #09968F; }
span { border-color: rgb(9,150,143); }
td.TdClassName
{
border-color: #09968F;
}
.TagClassName
{
border-color: #09968F;
}
</style>