Shades of Dark Cyan #139088
Tints of Dark Cyan #139088
RGB
CMYK
RGB Variations
Color information
#139088 (or 0x139088) is known color: Dark Cyan. HEX triplet: 13, 90 and 88. RGB value is (19,144,136). Sum of RGB (Red+Green+Blue) = 19+144+136=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #139088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139088 is #EC6F77. Grayscale: #696969. Windows color (decimal): -15495032 or 8949779. OLE color: 8949779.
HSL color Cylindrical-coordinate representation of color #139088: hue angle of 176.16º 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 #139088 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 136 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.44 |
| HSL | 176.16º | 0.77% | 0.32% | - |
| HSV(B) | 176.16º | 0.87% | 0.56% | - |
| XYZ | 14.69 | 21.86 | 26.74 | - |
| YUV | 105.71 | 145.09 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 136 | 0.87 | 0 | 0.06 | 0.44 | 176.16 | 0.77 | 0.32 |
| Hex | 13 | 90 | 88 | 57 | 0 | 6 | 2C | B0 | 4D | 20 |
| Octal | 23 | 220 | 210 | 127 | 0 | 6 | 54 | 260 | 115 | 40 |
| Binary | 10011 | 10010000 | 10001000 | 1010111 | 0 | 110 | 101100 | 10110000 | 1001101 | 100000 |
Color Harmonies of #139088
Complementary color
Monochromatic Colors of #139088
Black with #139088
Text Example
Text Example
White with #139088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139088; }
p { color: rgb(19,144,136); }
H1.HeaderClassName
{
color: #139088;
}
.AnyTagClassName
{
color: #139088;
}
</style>
background-color css
<style>
a { background-color: #139088; }
a { background-color: rgb(19,144,136); }
div.DivClassName
{
background-color: #139088;
}
.BgClassName
{
background-color: #139088;
}
</style>
border-color css
<style>
span { border-color: #139088; }
span { border-color: rgb(19,144,136); }
td.TdClassName
{
border-color: #139088;
}
.TagClassName
{
border-color: #139088;
}
</style>