Shades of Dark Cyan #11968C
Tints of Dark Cyan #11968C
RGB
CMYK
RGB Variations
Color information
#11968C (or 0x11968C) is known color: Dark Cyan. HEX triplet: 11, 96 and 8C. RGB value is (17,150,140). Sum of RGB (Red+Green+Blue) = 17+150+140=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #11968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11968C is #EE6973. Grayscale: #6D6D6D. Windows color (decimal): -15624564 or 9213457. OLE color: 9213457.
HSL color Cylindrical-coordinate representation of color #11968C: hue angle of 175.49º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11968C is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 140 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.41 |
| HSL | 175.49º | 0.8% | 0.33% | - |
| HSV(B) | 175.49º | 0.89% | 0.59% | - |
| XYZ | 15.87 | 23.83 | 28.57 | - |
| YUV | 109.09 | 145.44 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 140 | 0.89 | 0 | 0.07 | 0.41 | 175.49 | 0.8 | 0.33 |
| Hex | 11 | 96 | 8C | 59 | 0 | 7 | 29 | AF | 50 | 21 |
| Octal | 21 | 226 | 214 | 131 | 0 | 7 | 51 | 257 | 120 | 41 |
| Binary | 10001 | 10010110 | 10001100 | 1011001 | 0 | 111 | 101001 | 10101111 | 1010000 | 100001 |
Color Harmonies of #11968C
Complementary color
Monochromatic Colors of #11968C
Black with #11968C
Text Example
Text Example
White with #11968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11968C; }
p { color: rgb(17,150,140); }
H1.HeaderClassName
{
color: #11968C;
}
.AnyTagClassName
{
color: #11968C;
}
</style>
background-color css
<style>
a { background-color: #11968C; }
a { background-color: rgb(17,150,140); }
div.DivClassName
{
background-color: #11968C;
}
.BgClassName
{
background-color: #11968C;
}
</style>
border-color css
<style>
span { border-color: #11968C; }
span { border-color: rgb(17,150,140); }
td.TdClassName
{
border-color: #11968C;
}
.TagClassName
{
border-color: #11968C;
}
</style>