Shades of Dark Cyan #09968A
Tints of Dark Cyan #09968A
RGB
CMYK
RGB Variations
Color information
#09968A (or 0x09968A) is known color: Dark Cyan. HEX triplet: 09, 96 and 8A. RGB value is (9,150,138). Sum of RGB (Red+Green+Blue) = 9+150+138=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #09968A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09968A is #F66975. Grayscale: #6A6A6A. Windows color (decimal): -16148854 or 9082377. OLE color: 9082377.
HSL color Cylindrical-coordinate representation of color #09968A: hue angle of 174.89º 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 #09968A is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 150 | 138 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.41 |
| HSL | 174.89º | 0.89% | 0.31% | - |
| HSV(B) | 174.89º | 0.94% | 0.59% | - |
| XYZ | 15.61 | 23.71 | 27.8 | - |
| YUV | 106.47 | 145.79 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 138 | 0.94 | 0 | 0.08 | 0.41 | 174.89 | 0.89 | 0.31 |
| Hex | 9 | 96 | 8A | 5E | 0 | 8 | 29 | AF | 59 | 1F |
| Octal | 11 | 226 | 212 | 136 | 0 | 10 | 51 | 257 | 131 | 37 |
| Binary | 1001 | 10010110 | 10001010 | 1011110 | 0 | 1000 | 101001 | 10101111 | 1011001 | 11111 |
Color Harmonies of #09968A
Complementary color
Monochromatic Colors of #09968A
Black with #09968A
Text Example
Text Example
White with #09968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09968A; }
p { color: rgb(9,150,138); }
H1.HeaderClassName
{
color: #09968A;
}
.AnyTagClassName
{
color: #09968A;
}
</style>
background-color css
<style>
a { background-color: #09968A; }
a { background-color: rgb(9,150,138); }
div.DivClassName
{
background-color: #09968A;
}
.BgClassName
{
background-color: #09968A;
}
</style>
border-color css
<style>
span { border-color: #09968A; }
span { border-color: rgb(9,150,138); }
td.TdClassName
{
border-color: #09968A;
}
.TagClassName
{
border-color: #09968A;
}
</style>