Shades of Dark Cyan #118990
Tints of Dark Cyan #118990
RGB
CMYK
RGB Variations
Color information
#118990 (or 0x118990) is known color: Dark Cyan. HEX triplet: 11, 89 and 90. RGB value is (17,137,144). Sum of RGB (Red+Green+Blue) = 17+137+144=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #118990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118990 is #EE766F. Grayscale: #656565. Windows color (decimal): -15627888 or 9472273. OLE color: 9472273.
HSL color Cylindrical-coordinate representation of color #118990: hue angle of 183.31º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118990 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 137 | 144 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.44 |
| HSL | 183.31º | 0.79% | 0.32% | - |
| HSV(B) | 183.31º | 0.88% | 0.56% | - |
| XYZ | 14.21 | 20.02 | 29.5 | - |
| YUV | 101.92 | 151.74 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 144 | 0.88 | 0.05 | 0 | 0.44 | 183.31 | 0.79 | 0.32 |
| Hex | 11 | 89 | 90 | 58 | 5 | 0 | 2C | B7 | 4F | 20 |
| Octal | 21 | 211 | 220 | 130 | 5 | 0 | 54 | 267 | 117 | 40 |
| Binary | 10001 | 10001001 | 10010000 | 1011000 | 101 | 0 | 101100 | 10110111 | 1001111 | 100000 |
Color Harmonies of #118990
Complementary color
Monochromatic Colors of #118990
Black with #118990
Text Example
Text Example
White with #118990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118990; }
p { color: rgb(17,137,144); }
H1.HeaderClassName
{
color: #118990;
}
.AnyTagClassName
{
color: #118990;
}
</style>
background-color css
<style>
a { background-color: #118990; }
a { background-color: rgb(17,137,144); }
div.DivClassName
{
background-color: #118990;
}
.BgClassName
{
background-color: #118990;
}
</style>
border-color css
<style>
span { border-color: #118990; }
span { border-color: rgb(17,137,144); }
td.TdClassName
{
border-color: #118990;
}
.TagClassName
{
border-color: #118990;
}
</style>