Shades of Dark Cyan #09968B
Tints of Dark Cyan #09968B
RGB
CMYK
RGB Variations
Color information
#09968B (or 0x09968B) is known color: Dark Cyan. HEX triplet: 09, 96 and 8B. RGB value is (9,150,139). Sum of RGB (Red+Green+Blue) = 9+150+139=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #09968B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09968B is #F66974. Grayscale: #6A6A6A. Windows color (decimal): -16148853 or 9147913. OLE color: 9147913.
HSL color Cylindrical-coordinate representation of color #09968B: hue angle of 175.32º 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 #09968B is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 150 | 139 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.41 |
| HSL | 175.32º | 0.89% | 0.31% | - |
| HSV(B) | 175.32º | 0.94% | 0.59% | - |
| XYZ | 15.68 | 23.73 | 28.18 | - |
| YUV | 106.59 | 146.29 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 139 | 0.94 | 0 | 0.07 | 0.41 | 175.32 | 0.89 | 0.31 |
| Hex | 9 | 96 | 8B | 5E | 0 | 7 | 29 | AF | 59 | 1F |
| Octal | 11 | 226 | 213 | 136 | 0 | 7 | 51 | 257 | 131 | 37 |
| Binary | 1001 | 10010110 | 10001011 | 1011110 | 0 | 111 | 101001 | 10101111 | 1011001 | 11111 |
Color Harmonies of #09968B
Complementary color
Monochromatic Colors of #09968B
Black with #09968B
Text Example
Text Example
White with #09968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09968B; }
p { color: rgb(9,150,139); }
H1.HeaderClassName
{
color: #09968B;
}
.AnyTagClassName
{
color: #09968B;
}
</style>
background-color css
<style>
a { background-color: #09968B; }
a { background-color: rgb(9,150,139); }
div.DivClassName
{
background-color: #09968B;
}
.BgClassName
{
background-color: #09968B;
}
</style>
border-color css
<style>
span { border-color: #09968B; }
span { border-color: rgb(9,150,139); }
td.TdClassName
{
border-color: #09968B;
}
.TagClassName
{
border-color: #09968B;
}
</style>