Shades of Dark Cyan #118984
Tints of Dark Cyan #118984
RGB
CMYK
RGB Variations
Color information
#118984 (or 0x118984) is known color: Dark Cyan. HEX triplet: 11, 89 and 84. RGB value is (17,137,132). Sum of RGB (Red+Green+Blue) = 17+137+132=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #118984 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118984 is #EE767B. Grayscale: #646464. Windows color (decimal): -15627900 or 8685841. OLE color: 8685841.
HSL color Cylindrical-coordinate representation of color #118984: hue angle of 177.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118984 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 137 | 132 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.46 |
| HSL | 177.5º | 0.78% | 0.3% | - |
| HSV(B) | 177.5º | 0.88% | 0.54% | - |
| XYZ | 13.34 | 19.68 | 24.92 | - |
| YUV | 100.55 | 145.74 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 132 | 0.88 | 0 | 0.04 | 0.46 | 177.5 | 0.78 | 0.3 |
| Hex | 11 | 89 | 84 | 58 | 0 | 4 | 2E | B2 | 4E | 1E |
| Octal | 21 | 211 | 204 | 130 | 0 | 4 | 56 | 262 | 116 | 36 |
| Binary | 10001 | 10001001 | 10000100 | 1011000 | 0 | 100 | 101110 | 10110010 | 1001110 | 11110 |
Color Harmonies of #118984
Complementary color
Monochromatic Colors of #118984
Black with #118984
Text Example
Text Example
White with #118984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118984; }
p { color: rgb(17,137,132); }
H1.HeaderClassName
{
color: #118984;
}
.AnyTagClassName
{
color: #118984;
}
</style>
background-color css
<style>
a { background-color: #118984; }
a { background-color: rgb(17,137,132); }
div.DivClassName
{
background-color: #118984;
}
.BgClassName
{
background-color: #118984;
}
</style>
border-color css
<style>
span { border-color: #118984; }
span { border-color: rgb(17,137,132); }
td.TdClassName
{
border-color: #118984;
}
.TagClassName
{
border-color: #118984;
}
</style>