Shades of Dark Cyan #118291
Tints of Dark Cyan #118291
RGB
CMYK
RGB Variations
Color information
#118291 (or 0x118291) is known color: Dark Cyan. HEX triplet: 11, 82 and 91. RGB value is (17,130,145). Sum of RGB (Red+Green+Blue) = 17+130+145=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #118291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118291 is #EE7D6E. Grayscale: #616161. Windows color (decimal): -15629679 or 9536017. OLE color: 9536017.
HSL color Cylindrical-coordinate representation of color #118291: hue angle of 187.03º 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 #118291 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 130 | 145 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.43 |
| HSL | 187.03º | 0.79% | 0.32% | - |
| HSV(B) | 187.03º | 0.88% | 0.57% | - |
| XYZ | 13.32 | 18.13 | 29.58 | - |
| YUV | 97.92 | 154.56 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 145 | 0.88 | 0.10 | 0 | 0.43 | 187.03 | 0.79 | 0.32 |
| Hex | 11 | 82 | 91 | 58 | A | 0 | 2B | BB | 4F | 20 |
| Octal | 21 | 202 | 221 | 130 | 12 | 0 | 53 | 273 | 117 | 40 |
| Binary | 10001 | 10000010 | 10010001 | 1011000 | 1010 | 0 | 101011 | 10111011 | 1001111 | 100000 |
Color Harmonies of #118291
Complementary color
Monochromatic Colors of #118291
Black with #118291
Text Example
Text Example
White with #118291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118291; }
p { color: rgb(17,130,145); }
H1.HeaderClassName
{
color: #118291;
}
.AnyTagClassName
{
color: #118291;
}
</style>
background-color css
<style>
a { background-color: #118291; }
a { background-color: rgb(17,130,145); }
div.DivClassName
{
background-color: #118291;
}
.BgClassName
{
background-color: #118291;
}
</style>
border-color css
<style>
span { border-color: #118291; }
span { border-color: rgb(17,130,145); }
td.TdClassName
{
border-color: #118291;
}
.TagClassName
{
border-color: #118291;
}
</style>