Shades of Dark Cyan #119886
Tints of Dark Cyan #119886
RGB
CMYK
RGB Variations
Color information
#119886 (or 0x119886) is known color: Dark Cyan. HEX triplet: 11, 98 and 86. RGB value is (17,152,134). Sum of RGB (Red+Green+Blue) = 17+152+134=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #119886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119886 is #EE6779. Grayscale: #6D6D6D. Windows color (decimal): -15624058 or 8820753. OLE color: 8820753.
HSL color Cylindrical-coordinate representation of color #119886: hue angle of 172º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119886 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 134 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.40 |
| HSL | 172º | 0.8% | 0.33% | - |
| HSV(B) | 172º | 0.89% | 0.6% | - |
| XYZ | 15.76 | 24.3 | 26.41 | - |
| YUV | 109.58 | 141.77 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 134 | 0.89 | 0 | 0.12 | 0.40 | 172 | 0.8 | 0.33 |
| Hex | 11 | 98 | 86 | 59 | 0 | C | 28 | AC | 50 | 21 |
| Octal | 21 | 230 | 206 | 131 | 0 | 14 | 50 | 254 | 120 | 41 |
| Binary | 10001 | 10011000 | 10000110 | 1011001 | 0 | 1100 | 101000 | 10101100 | 1010000 | 100001 |
Color Harmonies of #119886
Complementary color
Monochromatic Colors of #119886
Black with #119886
Text Example
Text Example
White with #119886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119886; }
p { color: rgb(17,152,134); }
H1.HeaderClassName
{
color: #119886;
}
.AnyTagClassName
{
color: #119886;
}
</style>
background-color css
<style>
a { background-color: #119886; }
a { background-color: rgb(17,152,134); }
div.DivClassName
{
background-color: #119886;
}
.BgClassName
{
background-color: #119886;
}
</style>
border-color css
<style>
span { border-color: #119886; }
span { border-color: rgb(17,152,134); }
td.TdClassName
{
border-color: #119886;
}
.TagClassName
{
border-color: #119886;
}
</style>