Shades of Dark Cyan #119788
Tints of Dark Cyan #119788
RGB
CMYK
RGB Variations
Color information
#119788 (or 0x119788) is known color: Dark Cyan. HEX triplet: 11, 97 and 88. RGB value is (17,151,136). Sum of RGB (Red+Green+Blue) = 17+151+136=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #119788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119788 is #EE6877. Grayscale: #6D6D6D. Windows color (decimal): -15624312 or 8951569. OLE color: 8951569.
HSL color Cylindrical-coordinate representation of color #119788: hue angle of 173.28º 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 #119788 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 136 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.41 |
| HSL | 173.28º | 0.8% | 0.33% | - |
| HSV(B) | 173.28º | 0.89% | 0.59% | - |
| XYZ | 15.74 | 24.03 | 27.1 | - |
| YUV | 109.22 | 143.11 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 136 | 0.89 | 0 | 0.10 | 0.41 | 173.28 | 0.8 | 0.33 |
| Hex | 11 | 97 | 88 | 59 | 0 | A | 29 | AD | 50 | 21 |
| Octal | 21 | 227 | 210 | 131 | 0 | 12 | 51 | 255 | 120 | 41 |
| Binary | 10001 | 10010111 | 10001000 | 1011001 | 0 | 1010 | 101001 | 10101101 | 1010000 | 100001 |
Color Harmonies of #119788
Complementary color
Monochromatic Colors of #119788
Black with #119788
Text Example
Text Example
White with #119788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119788; }
p { color: rgb(17,151,136); }
H1.HeaderClassName
{
color: #119788;
}
.AnyTagClassName
{
color: #119788;
}
</style>
background-color css
<style>
a { background-color: #119788; }
a { background-color: rgb(17,151,136); }
div.DivClassName
{
background-color: #119788;
}
.BgClassName
{
background-color: #119788;
}
</style>
border-color css
<style>
span { border-color: #119788; }
span { border-color: rgb(17,151,136); }
td.TdClassName
{
border-color: #119788;
}
.TagClassName
{
border-color: #119788;
}
</style>