Shades of Dark Cyan #118D87
Tints of Dark Cyan #118D87
RGB
CMYK
RGB Variations
Color information
#118D87 (or 0x118D87) is known color: Dark Cyan. HEX triplet: 11, 8D and 87. RGB value is (17,141,135). Sum of RGB (Red+Green+Blue) = 17+141+135=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #118D87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118D87 is #EE7278. Grayscale: #676767. Windows color (decimal): -15626873 or 8883473. OLE color: 8883473.
HSL color Cylindrical-coordinate representation of color #118D87: hue angle of 177.1º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118D87 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 141 | 135 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.45 |
| HSL | 177.1º | 0.78% | 0.31% | - |
| HSV(B) | 177.1º | 0.88% | 0.55% | - |
| XYZ | 14.13 | 20.92 | 26.21 | - |
| YUV | 103.24 | 145.92 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 135 | 0.88 | 0 | 0.04 | 0.45 | 177.1 | 0.78 | 0.31 |
| Hex | 11 | 8D | 87 | 58 | 0 | 4 | 2D | B1 | 4E | 1F |
| Octal | 21 | 215 | 207 | 130 | 0 | 4 | 55 | 261 | 116 | 37 |
| Binary | 10001 | 10001101 | 10000111 | 1011000 | 0 | 100 | 101101 | 10110001 | 1001110 | 11111 |
Color Harmonies of #118D87
Complementary color
Monochromatic Colors of #118D87
Black with #118D87
Text Example
Text Example
White with #118D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118D87; }
p { color: rgb(17,141,135); }
H1.HeaderClassName
{
color: #118D87;
}
.AnyTagClassName
{
color: #118D87;
}
</style>
background-color css
<style>
a { background-color: #118D87; }
a { background-color: rgb(17,141,135); }
div.DivClassName
{
background-color: #118D87;
}
.BgClassName
{
background-color: #118D87;
}
</style>
border-color css
<style>
span { border-color: #118D87; }
span { border-color: rgb(17,141,135); }
td.TdClassName
{
border-color: #118D87;
}
.TagClassName
{
border-color: #118D87;
}
</style>