Shades of Dark Cyan #118E96
Tints of Dark Cyan #118E96
RGB
CMYK
RGB Variations
Color information
#118E96 (or 0x118E96) is known color: Dark Cyan. HEX triplet: 11, 8E and 96. RGB value is (17,142,150). Sum of RGB (Red+Green+Blue) = 17+142+150=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #118E96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118E96 is #EE7169. Grayscale: #696969. Windows color (decimal): -15626602 or 9866769. OLE color: 9866769.
HSL color Cylindrical-coordinate representation of color #118E96: hue angle of 183.61º 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 #118E96 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 142 | 150 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.41 |
| HSL | 183.61º | 0.8% | 0.33% | - |
| HSV(B) | 183.61º | 0.89% | 0.59% | - |
| XYZ | 15.41 | 21.67 | 32.22 | - |
| YUV | 105.54 | 153.09 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 150 | 0.89 | 0.05 | 0 | 0.41 | 183.61 | 0.8 | 0.33 |
| Hex | 11 | 8E | 96 | 59 | 5 | 0 | 29 | B8 | 50 | 21 |
| Octal | 21 | 216 | 226 | 131 | 5 | 0 | 51 | 270 | 120 | 41 |
| Binary | 10001 | 10001110 | 10010110 | 1011001 | 101 | 0 | 101001 | 10111000 | 1010000 | 100001 |
Color Harmonies of #118E96
Complementary color
Monochromatic Colors of #118E96
Black with #118E96
Text Example
Text Example
White with #118E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118E96; }
p { color: rgb(17,142,150); }
H1.HeaderClassName
{
color: #118E96;
}
.AnyTagClassName
{
color: #118E96;
}
</style>
background-color css
<style>
a { background-color: #118E96; }
a { background-color: rgb(17,142,150); }
div.DivClassName
{
background-color: #118E96;
}
.BgClassName
{
background-color: #118E96;
}
</style>
border-color css
<style>
span { border-color: #118E96; }
span { border-color: rgb(17,142,150); }
td.TdClassName
{
border-color: #118E96;
}
.TagClassName
{
border-color: #118E96;
}
</style>