Shades of Dark Cyan #119689
Tints of Dark Cyan #119689
RGB
CMYK
RGB Variations
Color information
#119689 (or 0x119689) is known color: Dark Cyan. HEX triplet: 11, 96 and 89. RGB value is (17,150,137). Sum of RGB (Red+Green+Blue) = 17+150+137=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #119689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119689 is #EE6976. Grayscale: #6C6C6C. Windows color (decimal): -15624567 or 9016849. OLE color: 9016849.
HSL color Cylindrical-coordinate representation of color #119689: hue angle of 174.14º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119689 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 137 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.41 |
| HSL | 174.14º | 0.8% | 0.33% | - |
| HSV(B) | 174.14º | 0.89% | 0.59% | - |
| XYZ | 15.65 | 23.74 | 27.42 | - |
| YUV | 108.75 | 143.94 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 137 | 0.89 | 0 | 0.09 | 0.41 | 174.14 | 0.8 | 0.33 |
| Hex | 11 | 96 | 89 | 59 | 0 | 9 | 29 | AE | 50 | 21 |
| Octal | 21 | 226 | 211 | 131 | 0 | 11 | 51 | 256 | 120 | 41 |
| Binary | 10001 | 10010110 | 10001001 | 1011001 | 0 | 1001 | 101001 | 10101110 | 1010000 | 100001 |
Color Harmonies of #119689
Complementary color
Monochromatic Colors of #119689
Black with #119689
Text Example
Text Example
White with #119689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119689; }
p { color: rgb(17,150,137); }
H1.HeaderClassName
{
color: #119689;
}
.AnyTagClassName
{
color: #119689;
}
</style>
background-color css
<style>
a { background-color: #119689; }
a { background-color: rgb(17,150,137); }
div.DivClassName
{
background-color: #119689;
}
.BgClassName
{
background-color: #119689;
}
</style>
border-color css
<style>
span { border-color: #119689; }
span { border-color: rgb(17,150,137); }
td.TdClassName
{
border-color: #119689;
}
.TagClassName
{
border-color: #119689;
}
</style>