Shades of Dark Cyan #118487
Tints of Dark Cyan #118487
RGB
CMYK
RGB Variations
Color information
#118487 (or 0x118487) is known color: Dark Cyan. HEX triplet: 11, 84 and 87. RGB value is (17,132,135). Sum of RGB (Red+Green+Blue) = 17+132+135=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #118487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118487 is #EE7B78. Grayscale: #616161. Windows color (decimal): -15629177 or 8881169. OLE color: 8881169.
HSL color Cylindrical-coordinate representation of color #118487: hue angle of 181.53º degrees, saturation: 0.78, 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 #118487 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 132 | 135 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.47 |
| HSL | 181.53º | 0.78% | 0.3% | - |
| HSV(B) | 181.53º | 0.87% | 0.53% | - |
| XYZ | 12.86 | 18.37 | 25.79 | - |
| YUV | 97.96 | 148.9 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 135 | 0.87 | 0.02 | 0 | 0.47 | 181.53 | 0.78 | 0.3 |
| Hex | 11 | 84 | 87 | 57 | 2 | 0 | 2F | B6 | 4E | 1E |
| Octal | 21 | 204 | 207 | 127 | 2 | 0 | 57 | 266 | 116 | 36 |
| Binary | 10001 | 10000100 | 10000111 | 1010111 | 10 | 0 | 101111 | 10110110 | 1001110 | 11110 |
Color Harmonies of #118487
Complementary color
Monochromatic Colors of #118487
Black with #118487
Text Example
Text Example
White with #118487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118487; }
p { color: rgb(17,132,135); }
H1.HeaderClassName
{
color: #118487;
}
.AnyTagClassName
{
color: #118487;
}
</style>
background-color css
<style>
a { background-color: #118487; }
a { background-color: rgb(17,132,135); }
div.DivClassName
{
background-color: #118487;
}
.BgClassName
{
background-color: #118487;
}
</style>
border-color css
<style>
span { border-color: #118487; }
span { border-color: rgb(17,132,135); }
td.TdClassName
{
border-color: #118487;
}
.TagClassName
{
border-color: #118487;
}
</style>