Shades of Dark Cyan #139080
Tints of Dark Cyan #139080
RGB
CMYK
RGB Variations
Color information
#139080 (or 0x139080) is known color: Dark Cyan. HEX triplet: 13, 90 and 80. RGB value is (19,144,128). Sum of RGB (Red+Green+Blue) = 19+144+128=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #139080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139080 is #EC6F7F. Grayscale: #686868. Windows color (decimal): -15495040 or 8425491. OLE color: 8425491.
HSL color Cylindrical-coordinate representation of color #139080: hue angle of 172.32º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139080 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 128 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.44 |
| HSL | 172.32º | 0.77% | 0.32% | - |
| HSV(B) | 172.32º | 0.87% | 0.56% | - |
| XYZ | 14.14 | 21.64 | 23.85 | - |
| YUV | 104.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 128 | 0.87 | 0 | 0.11 | 0.44 | 172.32 | 0.77 | 0.32 |
| Hex | 13 | 90 | 80 | 57 | 0 | B | 2C | AC | 4D | 20 |
| Octal | 23 | 220 | 200 | 127 | 0 | 13 | 54 | 254 | 115 | 40 |
| Binary | 10011 | 10010000 | 10000000 | 1010111 | 0 | 1011 | 101100 | 10101100 | 1001101 | 100000 |
Color Harmonies of #139080
Complementary color
Monochromatic Colors of #139080
Black with #139080
Text Example
Text Example
White with #139080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139080; }
p { color: rgb(19,144,128); }
H1.HeaderClassName
{
color: #139080;
}
.AnyTagClassName
{
color: #139080;
}
</style>
background-color css
<style>
a { background-color: #139080; }
a { background-color: rgb(19,144,128); }
div.DivClassName
{
background-color: #139080;
}
.BgClassName
{
background-color: #139080;
}
</style>
border-color css
<style>
span { border-color: #139080; }
span { border-color: rgb(19,144,128); }
td.TdClassName
{
border-color: #139080;
}
.TagClassName
{
border-color: #139080;
}
</style>