Shades of Dark Cyan #11978E
Tints of Dark Cyan #11978E
RGB
CMYK
RGB Variations
Color information
#11978E (or 0x11978E) is known color: Dark Cyan. HEX triplet: 11, 97 and 8E. RGB value is (17,151,142). Sum of RGB (Red+Green+Blue) = 17+151+142=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #11978E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11978E is #EE6871. Grayscale: #6D6D6D. Windows color (decimal): -15624306 or 9344785. OLE color: 9344785.
HSL color Cylindrical-coordinate representation of color #11978E: hue angle of 175.97º 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 #11978E is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 142 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.41 |
| HSL | 175.97º | 0.8% | 0.33% | - |
| HSV(B) | 175.97º | 0.89% | 0.59% | - |
| XYZ | 16.18 | 24.21 | 29.41 | - |
| YUV | 109.91 | 146.11 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 142 | 0.89 | 0 | 0.06 | 0.41 | 175.97 | 0.8 | 0.33 |
| Hex | 11 | 97 | 8E | 59 | 0 | 6 | 29 | B0 | 50 | 21 |
| Octal | 21 | 227 | 216 | 131 | 0 | 6 | 51 | 260 | 120 | 41 |
| Binary | 10001 | 10010111 | 10001110 | 1011001 | 0 | 110 | 101001 | 10110000 | 1010000 | 100001 |
Color Harmonies of #11978E
Complementary color
Monochromatic Colors of #11978E
Black with #11978E
Text Example
Text Example
White with #11978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11978E; }
p { color: rgb(17,151,142); }
H1.HeaderClassName
{
color: #11978E;
}
.AnyTagClassName
{
color: #11978E;
}
</style>
background-color css
<style>
a { background-color: #11978E; }
a { background-color: rgb(17,151,142); }
div.DivClassName
{
background-color: #11978E;
}
.BgClassName
{
background-color: #11978E;
}
</style>
border-color css
<style>
span { border-color: #11978E; }
span { border-color: rgb(17,151,142); }
td.TdClassName
{
border-color: #11978E;
}
.TagClassName
{
border-color: #11978E;
}
</style>