Shades of Dark Cyan #118F96
Tints of Dark Cyan #118F96
RGB
CMYK
RGB Variations
Color information
#118F96 (or 0x118F96) is known color: Dark Cyan. HEX triplet: 11, 8F and 96. RGB value is (17,143,150). Sum of RGB (Red+Green+Blue) = 17+143+150=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #118F96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118F96 is #EE7069. Grayscale: #696969. Windows color (decimal): -15626346 or 9867025. OLE color: 9867025.
HSL color Cylindrical-coordinate representation of color #118F96: hue angle of 183.16º 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 #118F96 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 143 | 150 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.41 |
| HSL | 183.16º | 0.8% | 0.33% | - |
| HSV(B) | 183.16º | 0.89% | 0.59% | - |
| XYZ | 15.56 | 21.97 | 32.27 | - |
| YUV | 106.12 | 152.76 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 150 | 0.89 | 0.05 | 0 | 0.41 | 183.16 | 0.8 | 0.33 |
| Hex | 11 | 8F | 96 | 59 | 5 | 0 | 29 | B7 | 50 | 21 |
| Octal | 21 | 217 | 226 | 131 | 5 | 0 | 51 | 267 | 120 | 41 |
| Binary | 10001 | 10001111 | 10010110 | 1011001 | 101 | 0 | 101001 | 10110111 | 1010000 | 100001 |
Color Harmonies of #118F96
Complementary color
Monochromatic Colors of #118F96
Black with #118F96
Text Example
Text Example
White with #118F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F96; }
p { color: rgb(17,143,150); }
H1.HeaderClassName
{
color: #118F96;
}
.AnyTagClassName
{
color: #118F96;
}
</style>
background-color css
<style>
a { background-color: #118F96; }
a { background-color: rgb(17,143,150); }
div.DivClassName
{
background-color: #118F96;
}
.BgClassName
{
background-color: #118F96;
}
</style>
border-color css
<style>
span { border-color: #118F96; }
span { border-color: rgb(17,143,150); }
td.TdClassName
{
border-color: #118F96;
}
.TagClassName
{
border-color: #118F96;
}
</style>