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