Shades of Dark Cyan #118D8A
Tints of Dark Cyan #118D8A
RGB
CMYK
RGB Variations
Color information
#118D8A (or 0x118D8A) is known color: Dark Cyan. HEX triplet: 11, 8D and 8A. RGB value is (17,141,138). Sum of RGB (Red+Green+Blue) = 17+141+138=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #118D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118D8A is #EE7275. Grayscale: #676767. Windows color (decimal): -15626870 or 9080081. OLE color: 9080081.
HSL color Cylindrical-coordinate representation of color #118D8A: hue angle of 178.55º 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 #118D8A is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 141 | 138 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.45 |
| HSL | 178.55º | 0.78% | 0.31% | - |
| HSV(B) | 178.55º | 0.88% | 0.55% | - |
| XYZ | 14.34 | 21 | 27.34 | - |
| YUV | 103.58 | 147.42 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 138 | 0.88 | 0 | 0.02 | 0.45 | 178.55 | 0.78 | 0.31 |
| Hex | 11 | 8D | 8A | 58 | 0 | 2 | 2D | B3 | 4E | 1F |
| Octal | 21 | 215 | 212 | 130 | 0 | 2 | 55 | 263 | 116 | 37 |
| Binary | 10001 | 10001101 | 10001010 | 1011000 | 0 | 10 | 101101 | 10110011 | 1001110 | 11111 |
Color Harmonies of #118D8A
Complementary color
Monochromatic Colors of #118D8A
Black with #118D8A
Text Example
Text Example
White with #118D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118D8A; }
p { color: rgb(17,141,138); }
H1.HeaderClassName
{
color: #118D8A;
}
.AnyTagClassName
{
color: #118D8A;
}
</style>
background-color css
<style>
a { background-color: #118D8A; }
a { background-color: rgb(17,141,138); }
div.DivClassName
{
background-color: #118D8A;
}
.BgClassName
{
background-color: #118D8A;
}
</style>
border-color css
<style>
span { border-color: #118D8A; }
span { border-color: rgb(17,141,138); }
td.TdClassName
{
border-color: #118D8A;
}
.TagClassName
{
border-color: #118D8A;
}
</style>