Shades of Dark Cyan #09969A
Tints of Dark Cyan #09969A
RGB
CMYK
RGB Variations
Color information
#09969A (or 0x09969A) is known color: Dark Cyan. HEX triplet: 09, 96 and 9A. RGB value is (9,150,154). Sum of RGB (Red+Green+Blue) = 9+150+154=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #09969A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09969A is #F66965. Grayscale: #6C6C6C. Windows color (decimal): -16148838 or 10130953. OLE color: 10130953.
HSL color Cylindrical-coordinate representation of color #09969A: hue angle of 181.66º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09969A is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 150 | 154 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.40 |
| HSL | 181.66º | 0.89% | 0.32% | - |
| HSV(B) | 181.66º | 0.94% | 0.6% | - |
| XYZ | 16.85 | 24.2 | 34.36 | - |
| YUV | 108.3 | 153.79 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 154 | 0.94 | 0.03 | 0 | 0.40 | 181.66 | 0.89 | 0.32 |
| Hex | 9 | 96 | 9A | 5E | 3 | 0 | 28 | B6 | 59 | 20 |
| Octal | 11 | 226 | 232 | 136 | 3 | 0 | 50 | 266 | 131 | 40 |
| Binary | 1001 | 10010110 | 10011010 | 1011110 | 11 | 0 | 101000 | 10110110 | 1011001 | 100000 |
Color Harmonies of #09969A
Complementary color
Monochromatic Colors of #09969A
Black with #09969A
Text Example
Text Example
White with #09969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09969A; }
p { color: rgb(9,150,154); }
H1.HeaderClassName
{
color: #09969A;
}
.AnyTagClassName
{
color: #09969A;
}
</style>
background-color css
<style>
a { background-color: #09969A; }
a { background-color: rgb(9,150,154); }
div.DivClassName
{
background-color: #09969A;
}
.BgClassName
{
background-color: #09969A;
}
</style>
border-color css
<style>
span { border-color: #09969A; }
span { border-color: rgb(9,150,154); }
td.TdClassName
{
border-color: #09969A;
}
.TagClassName
{
border-color: #09969A;
}
</style>