Shades of Dark Cyan #11968B
Tints of Dark Cyan #11968B
RGB
CMYK
RGB Variations
Color information
#11968B (or 0x11968B) is known color: Dark Cyan. HEX triplet: 11, 96 and 8B. RGB value is (17,150,139). Sum of RGB (Red+Green+Blue) = 17+150+139=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #11968B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11968B is #EE6974. Grayscale: #6C6C6C. Windows color (decimal): -15624565 or 9147921. OLE color: 9147921.
HSL color Cylindrical-coordinate representation of color #11968B: hue angle of 175.04º 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 #11968B is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 139 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.41 |
| HSL | 175.04º | 0.8% | 0.33% | - |
| HSV(B) | 175.04º | 0.89% | 0.59% | - |
| XYZ | 15.8 | 23.8 | 28.19 | - |
| YUV | 108.98 | 144.94 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 139 | 0.89 | 0 | 0.07 | 0.41 | 175.04 | 0.8 | 0.33 |
| Hex | 11 | 96 | 8B | 59 | 0 | 7 | 29 | AF | 50 | 21 |
| Octal | 21 | 226 | 213 | 131 | 0 | 7 | 51 | 257 | 120 | 41 |
| Binary | 10001 | 10010110 | 10001011 | 1011001 | 0 | 111 | 101001 | 10101111 | 1010000 | 100001 |
Color Harmonies of #11968B
Complementary color
Monochromatic Colors of #11968B
Black with #11968B
Text Example
Text Example
White with #11968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11968B; }
p { color: rgb(17,150,139); }
H1.HeaderClassName
{
color: #11968B;
}
.AnyTagClassName
{
color: #11968B;
}
</style>
background-color css
<style>
a { background-color: #11968B; }
a { background-color: rgb(17,150,139); }
div.DivClassName
{
background-color: #11968B;
}
.BgClassName
{
background-color: #11968B;
}
</style>
border-color css
<style>
span { border-color: #11968B; }
span { border-color: rgb(17,150,139); }
td.TdClassName
{
border-color: #11968B;
}
.TagClassName
{
border-color: #11968B;
}
</style>