Shades of Dark Cyan #118490
Tints of Dark Cyan #118490
RGB
CMYK
RGB Variations
Color information
#118490 (or 0x118490) is known color: Dark Cyan. HEX triplet: 11, 84 and 90. RGB value is (17,132,144). Sum of RGB (Red+Green+Blue) = 17+132+144=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #118490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118490 is #EE7B6F. Grayscale: #626262. Windows color (decimal): -15629168 or 9470993. OLE color: 9470993.
HSL color Cylindrical-coordinate representation of color #118490: hue angle of 185.67º 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 #118490 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 132 | 144 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.44 |
| HSL | 185.67º | 0.79% | 0.32% | - |
| HSV(B) | 185.67º | 0.88% | 0.56% | - |
| XYZ | 13.52 | 18.64 | 29.27 | - |
| YUV | 98.98 | 153.4 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 144 | 0.88 | 0.08 | 0 | 0.44 | 185.67 | 0.79 | 0.32 |
| Hex | 11 | 84 | 90 | 58 | 8 | 0 | 2C | BA | 4F | 20 |
| Octal | 21 | 204 | 220 | 130 | 10 | 0 | 54 | 272 | 117 | 40 |
| Binary | 10001 | 10000100 | 10010000 | 1011000 | 1000 | 0 | 101100 | 10111010 | 1001111 | 100000 |
Color Harmonies of #118490
Complementary color
Monochromatic Colors of #118490
Black with #118490
Text Example
Text Example
White with #118490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118490; }
p { color: rgb(17,132,144); }
H1.HeaderClassName
{
color: #118490;
}
.AnyTagClassName
{
color: #118490;
}
</style>
background-color css
<style>
a { background-color: #118490; }
a { background-color: rgb(17,132,144); }
div.DivClassName
{
background-color: #118490;
}
.BgClassName
{
background-color: #118490;
}
</style>
border-color css
<style>
span { border-color: #118490; }
span { border-color: rgb(17,132,144); }
td.TdClassName
{
border-color: #118490;
}
.TagClassName
{
border-color: #118490;
}
</style>