Shades of Dark Cyan #119094
Tints of Dark Cyan #119094
RGB
CMYK
RGB Variations
Color information
#119094 (or 0x119094) is known color: Dark Cyan. HEX triplet: 11, 90 and 94. RGB value is (17,144,148). Sum of RGB (Red+Green+Blue) = 17+144+148=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #119094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119094 is #EE6F6B. Grayscale: #6A6A6A. Windows color (decimal): -15626092 or 9736209. OLE color: 9736209.
HSL color Cylindrical-coordinate representation of color #119094: hue angle of 181.83º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119094 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 144 | 148 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.42 |
| HSL | 181.83º | 0.79% | 0.32% | - |
| HSV(B) | 181.83º | 0.89% | 0.58% | - |
| XYZ | 15.55 | 22.2 | 31.48 | - |
| YUV | 106.48 | 151.42 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 148 | 0.89 | 0.03 | 0 | 0.42 | 181.83 | 0.79 | 0.32 |
| Hex | 11 | 90 | 94 | 59 | 3 | 0 | 2A | B6 | 4F | 20 |
| Octal | 21 | 220 | 224 | 131 | 3 | 0 | 52 | 266 | 117 | 40 |
| Binary | 10001 | 10010000 | 10010100 | 1011001 | 11 | 0 | 101010 | 10110110 | 1001111 | 100000 |
Color Harmonies of #119094
Complementary color
Monochromatic Colors of #119094
Black with #119094
Text Example
Text Example
White with #119094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119094; }
p { color: rgb(17,144,148); }
H1.HeaderClassName
{
color: #119094;
}
.AnyTagClassName
{
color: #119094;
}
</style>
background-color css
<style>
a { background-color: #119094; }
a { background-color: rgb(17,144,148); }
div.DivClassName
{
background-color: #119094;
}
.BgClassName
{
background-color: #119094;
}
</style>
border-color css
<style>
span { border-color: #119094; }
span { border-color: rgb(17,144,148); }
td.TdClassName
{
border-color: #119094;
}
.TagClassName
{
border-color: #119094;
}
</style>