Shades of Dark Cyan #118586
Tints of Dark Cyan #118586
RGB
CMYK
RGB Variations
Color information
#118586 (or 0x118586) is known color: Dark Cyan. HEX triplet: 11, 85 and 86. RGB value is (17,133,134). Sum of RGB (Red+Green+Blue) = 17+133+134=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #118586 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118586 is #EE7A79. Grayscale: #626262. Windows color (decimal): -15628922 or 8815889. OLE color: 8815889.
HSL color Cylindrical-coordinate representation of color #118586: hue angle of 180.51º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118586 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 133 | 134 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.47 |
| HSL | 180.51º | 0.77% | 0.3% | - |
| HSV(B) | 180.51º | 0.87% | 0.53% | - |
| XYZ | 12.92 | 18.62 | 25.47 | - |
| YUV | 98.43 | 148.07 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 134 | 0.87 | 0.01 | 0 | 0.47 | 180.51 | 0.77 | 0.3 |
| Hex | 11 | 85 | 86 | 57 | 1 | 0 | 2F | B5 | 4D | 1E |
| Octal | 21 | 205 | 206 | 127 | 1 | 0 | 57 | 265 | 115 | 36 |
| Binary | 10001 | 10000101 | 10000110 | 1010111 | 1 | 0 | 101111 | 10110101 | 1001101 | 11110 |
Color Harmonies of #118586
Complementary color
Monochromatic Colors of #118586
Black with #118586
Text Example
Text Example
White with #118586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118586; }
p { color: rgb(17,133,134); }
H1.HeaderClassName
{
color: #118586;
}
.AnyTagClassName
{
color: #118586;
}
</style>
background-color css
<style>
a { background-color: #118586; }
a { background-color: rgb(17,133,134); }
div.DivClassName
{
background-color: #118586;
}
.BgClassName
{
background-color: #118586;
}
</style>
border-color css
<style>
span { border-color: #118586; }
span { border-color: rgb(17,133,134); }
td.TdClassName
{
border-color: #118586;
}
.TagClassName
{
border-color: #118586;
}
</style>