Shades of Dark Cyan #119290
Tints of Dark Cyan #119290
RGB
CMYK
RGB Variations
Color information
#119290 (or 0x119290) is known color: Dark Cyan. HEX triplet: 11, 92 and 90. RGB value is (17,146,144). Sum of RGB (Red+Green+Blue) = 17+146+144=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #119290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119290 is #EE6D6F. Grayscale: #6B6B6B. Windows color (decimal): -15625584 or 9474577. OLE color: 9474577.
HSL color Cylindrical-coordinate representation of color #119290: hue angle of 179.07º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119290 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 144 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.43 |
| HSL | 179.07º | 0.79% | 0.32% | - |
| HSV(B) | 179.07º | 0.88% | 0.57% | - |
| XYZ | 15.54 | 22.69 | 29.95 | - |
| YUV | 107.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 144 | 0.88 | 0 | 0.01 | 0.43 | 179.07 | 0.79 | 0.32 |
| Hex | 11 | 92 | 90 | 58 | 0 | 1 | 2B | B3 | 4F | 20 |
| Octal | 21 | 222 | 220 | 130 | 0 | 1 | 53 | 263 | 117 | 40 |
| Binary | 10001 | 10010010 | 10010000 | 1011000 | 0 | 1 | 101011 | 10110011 | 1001111 | 100000 |
Color Harmonies of #119290
Complementary color
Monochromatic Colors of #119290
Black with #119290
Text Example
Text Example
White with #119290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119290; }
p { color: rgb(17,146,144); }
H1.HeaderClassName
{
color: #119290;
}
.AnyTagClassName
{
color: #119290;
}
</style>
background-color css
<style>
a { background-color: #119290; }
a { background-color: rgb(17,146,144); }
div.DivClassName
{
background-color: #119290;
}
.BgClassName
{
background-color: #119290;
}
</style>
border-color css
<style>
span { border-color: #119290; }
span { border-color: rgb(17,146,144); }
td.TdClassName
{
border-color: #119290;
}
.TagClassName
{
border-color: #119290;
}
</style>