Shades of Dark Cyan #118D8B
Tints of Dark Cyan #118D8B
RGB
CMYK
RGB Variations
Color information
#118D8B (or 0x118D8B) is known color: Dark Cyan. HEX triplet: 11, 8D and 8B. RGB value is (17,141,139). Sum of RGB (Red+Green+Blue) = 17+141+139=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #118D8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118D8B is #EE7274. Grayscale: #676767. Windows color (decimal): -15626869 or 9145617. OLE color: 9145617.
HSL color Cylindrical-coordinate representation of color #118D8B: hue angle of 179.03º 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 #118D8B is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 141 | 139 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.45 |
| HSL | 179.03º | 0.78% | 0.31% | - |
| HSV(B) | 179.03º | 0.88% | 0.55% | - |
| XYZ | 14.42 | 21.03 | 27.73 | - |
| YUV | 103.7 | 147.92 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 139 | 0.88 | 0 | 0.01 | 0.45 | 179.03 | 0.78 | 0.31 |
| Hex | 11 | 8D | 8B | 58 | 0 | 1 | 2D | B3 | 4E | 1F |
| Octal | 21 | 215 | 213 | 130 | 0 | 1 | 55 | 263 | 116 | 37 |
| Binary | 10001 | 10001101 | 10001011 | 1011000 | 0 | 1 | 101101 | 10110011 | 1001110 | 11111 |
Color Harmonies of #118D8B
Complementary color
Monochromatic Colors of #118D8B
Black with #118D8B
Text Example
Text Example
White with #118D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118D8B; }
p { color: rgb(17,141,139); }
H1.HeaderClassName
{
color: #118D8B;
}
.AnyTagClassName
{
color: #118D8B;
}
</style>
background-color css
<style>
a { background-color: #118D8B; }
a { background-color: rgb(17,141,139); }
div.DivClassName
{
background-color: #118D8B;
}
.BgClassName
{
background-color: #118D8B;
}
</style>
border-color css
<style>
span { border-color: #118D8B; }
span { border-color: rgb(17,141,139); }
td.TdClassName
{
border-color: #118D8B;
}
.TagClassName
{
border-color: #118D8B;
}
</style>