Shades of Dark Cyan #11958F
Tints of Dark Cyan #11958F
RGB
CMYK
RGB Variations
Color information
#11958F (or 0x11958F) is known color: Dark Cyan. HEX triplet: 11, 95 and 8F. RGB value is (17,149,143). Sum of RGB (Red+Green+Blue) = 17+149+143=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #11958F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11958F is #EE6A70. Grayscale: #6C6C6C. Windows color (decimal): -15624817 or 9409809. OLE color: 9409809.
HSL color Cylindrical-coordinate representation of color #11958F: hue angle of 177.27º 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 #11958F is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 143 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.42 |
| HSL | 177.27º | 0.8% | 0.33% | - |
| HSV(B) | 177.27º | 0.89% | 0.58% | - |
| XYZ | 15.94 | 23.6 | 29.7 | - |
| YUV | 108.85 | 147.27 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 143 | 0.89 | 0 | 0.04 | 0.42 | 177.27 | 0.8 | 0.33 |
| Hex | 11 | 95 | 8F | 59 | 0 | 4 | 2A | B1 | 50 | 21 |
| Octal | 21 | 225 | 217 | 131 | 0 | 4 | 52 | 261 | 120 | 41 |
| Binary | 10001 | 10010101 | 10001111 | 1011001 | 0 | 100 | 101010 | 10110001 | 1010000 | 100001 |
Color Harmonies of #11958F
Complementary color
Monochromatic Colors of #11958F
Black with #11958F
Text Example
Text Example
White with #11958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11958F; }
p { color: rgb(17,149,143); }
H1.HeaderClassName
{
color: #11958F;
}
.AnyTagClassName
{
color: #11958F;
}
</style>
background-color css
<style>
a { background-color: #11958F; }
a { background-color: rgb(17,149,143); }
div.DivClassName
{
background-color: #11958F;
}
.BgClassName
{
background-color: #11958F;
}
</style>
border-color css
<style>
span { border-color: #11958F; }
span { border-color: rgb(17,149,143); }
td.TdClassName
{
border-color: #11958F;
}
.TagClassName
{
border-color: #11958F;
}
</style>