Shades of Dark Cyan #118C92
Tints of Dark Cyan #118C92
RGB
CMYK
RGB Variations
Color information
#118C92 (or 0x118C92) is known color: Dark Cyan. HEX triplet: 11, 8C and 92. RGB value is (17,140,146). Sum of RGB (Red+Green+Blue) = 17+140+146=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #118C92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118C92 is #EE736D. Grayscale: #676767. Windows color (decimal): -15627118 or 9604113. OLE color: 9604113.
HSL color Cylindrical-coordinate representation of color #118C92: hue angle of 182.79º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118C92 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 140 | 146 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.43 |
| HSL | 182.79º | 0.79% | 0.32% | - |
| HSV(B) | 182.79º | 0.88% | 0.57% | - |
| XYZ | 14.8 | 20.95 | 30.46 | - |
| YUV | 103.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 146 | 0.88 | 0.04 | 0 | 0.43 | 182.79 | 0.79 | 0.32 |
| Hex | 11 | 8C | 92 | 58 | 4 | 0 | 2B | B7 | 4F | 20 |
| Octal | 21 | 214 | 222 | 130 | 4 | 0 | 53 | 267 | 117 | 40 |
| Binary | 10001 | 10001100 | 10010010 | 1011000 | 100 | 0 | 101011 | 10110111 | 1001111 | 100000 |
Color Harmonies of #118C92
Complementary color
Monochromatic Colors of #118C92
Black with #118C92
Text Example
Text Example
White with #118C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118C92; }
p { color: rgb(17,140,146); }
H1.HeaderClassName
{
color: #118C92;
}
.AnyTagClassName
{
color: #118C92;
}
</style>
background-color css
<style>
a { background-color: #118C92; }
a { background-color: rgb(17,140,146); }
div.DivClassName
{
background-color: #118C92;
}
.BgClassName
{
background-color: #118C92;
}
</style>
border-color css
<style>
span { border-color: #118C92; }
span { border-color: rgb(17,140,146); }
td.TdClassName
{
border-color: #118C92;
}
.TagClassName
{
border-color: #118C92;
}
</style>