Shades of Dark Cyan #11958E
Tints of Dark Cyan #11958E
RGB
CMYK
RGB Variations
Color information
#11958E (or 0x11958E) is known color: Dark Cyan. HEX triplet: 11, 95 and 8E. RGB value is (17,149,142). Sum of RGB (Red+Green+Blue) = 17+149+142=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #11958E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11958E is #EE6A71. Grayscale: #6C6C6C. Windows color (decimal): -15624818 or 9344273. OLE color: 9344273.
HSL color Cylindrical-coordinate representation of color #11958E: hue angle of 176.82º 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 #11958E is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 142 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.42 |
| HSL | 176.82º | 0.8% | 0.33% | - |
| HSV(B) | 176.82º | 0.89% | 0.58% | - |
| XYZ | 15.86 | 23.57 | 29.3 | - |
| YUV | 108.73 | 146.77 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 142 | 0.89 | 0 | 0.05 | 0.42 | 176.82 | 0.8 | 0.33 |
| Hex | 11 | 95 | 8E | 59 | 0 | 5 | 2A | B1 | 50 | 21 |
| Octal | 21 | 225 | 216 | 131 | 0 | 5 | 52 | 261 | 120 | 41 |
| Binary | 10001 | 10010101 | 10001110 | 1011001 | 0 | 101 | 101010 | 10110001 | 1010000 | 100001 |
Color Harmonies of #11958E
Complementary color
Monochromatic Colors of #11958E
Black with #11958E
Text Example
Text Example
White with #11958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11958E; }
p { color: rgb(17,149,142); }
H1.HeaderClassName
{
color: #11958E;
}
.AnyTagClassName
{
color: #11958E;
}
</style>
background-color css
<style>
a { background-color: #11958E; }
a { background-color: rgb(17,149,142); }
div.DivClassName
{
background-color: #11958E;
}
.BgClassName
{
background-color: #11958E;
}
</style>
border-color css
<style>
span { border-color: #11958E; }
span { border-color: rgb(17,149,142); }
td.TdClassName
{
border-color: #11958E;
}
.TagClassName
{
border-color: #11958E;
}
</style>