Shades of Dark Cyan #11958C
Tints of Dark Cyan #11958C
RGB
CMYK
RGB Variations
Color information
#11958C (or 0x11958C) is known color: Dark Cyan. HEX triplet: 11, 95 and 8C. RGB value is (17,149,140). Sum of RGB (Red+Green+Blue) = 17+149+140=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #11958C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11958C is #EE6A73. Grayscale: #6C6C6C. Windows color (decimal): -15624820 or 9213201. OLE color: 9213201.
HSL color Cylindrical-coordinate representation of color #11958C: hue angle of 175.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11958C is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 140 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.42 |
| HSL | 175.91º | 0.8% | 0.33% | - |
| HSV(B) | 175.91º | 0.89% | 0.58% | - |
| XYZ | 15.71 | 23.51 | 28.52 | - |
| YUV | 108.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 140 | 0.89 | 0 | 0.06 | 0.42 | 175.91 | 0.8 | 0.33 |
| Hex | 11 | 95 | 8C | 59 | 0 | 6 | 2A | B0 | 50 | 21 |
| Octal | 21 | 225 | 214 | 131 | 0 | 6 | 52 | 260 | 120 | 41 |
| Binary | 10001 | 10010101 | 10001100 | 1011001 | 0 | 110 | 101010 | 10110000 | 1010000 | 100001 |
Color Harmonies of #11958C
Complementary color
Monochromatic Colors of #11958C
Black with #11958C
Text Example
Text Example
White with #11958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11958C; }
p { color: rgb(17,149,140); }
H1.HeaderClassName
{
color: #11958C;
}
.AnyTagClassName
{
color: #11958C;
}
</style>
background-color css
<style>
a { background-color: #11958C; }
a { background-color: rgb(17,149,140); }
div.DivClassName
{
background-color: #11958C;
}
.BgClassName
{
background-color: #11958C;
}
</style>
border-color css
<style>
span { border-color: #11958C; }
span { border-color: rgb(17,149,140); }
td.TdClassName
{
border-color: #11958C;
}
.TagClassName
{
border-color: #11958C;
}
</style>