Shades of Dark Cyan #139090
Tints of Dark Cyan #139090
RGB
CMYK
RGB Variations
Color information
#139090 (or 0x139090) is known color: Dark Cyan. HEX triplet: 13, 90 and 90. RGB value is (19,144,144). Sum of RGB (Red+Green+Blue) = 19+144+144=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #139090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139090 is #EC6F6F. Grayscale: #6A6A6A. Windows color (decimal): -15495024 or 9474067. OLE color: 9474067.
HSL color Cylindrical-coordinate representation of color #139090: hue angle of 180º 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 #139090 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 144 | - |
| CMYK | 0.87 | 0 | 0 | 0.44 |
| HSL | 180º | 0.77% | 0.32% | - |
| HSV(B) | 180º | 0.87% | 0.56% | - |
| XYZ | 15.28 | 22.1 | 29.85 | - |
| YUV | 106.63 | 149.09 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 144 | 0.87 | 0 | 0 | 0.44 | 180 | 0.77 | 0.32 |
| Hex | 13 | 90 | 90 | 57 | 0 | 0 | 2C | B4 | 4D | 20 |
| Octal | 23 | 220 | 220 | 127 | 0 | 0 | 54 | 264 | 115 | 40 |
| Binary | 10011 | 10010000 | 10010000 | 1010111 | 0 | 0 | 101100 | 10110100 | 1001101 | 100000 |
Color Harmonies of #139090
Complementary color
Monochromatic Colors of #139090
Black with #139090
Text Example
Text Example
White with #139090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139090; }
p { color: rgb(19,144,144); }
H1.HeaderClassName
{
color: #139090;
}
.AnyTagClassName
{
color: #139090;
}
</style>
background-color css
<style>
a { background-color: #139090; }
a { background-color: rgb(19,144,144); }
div.DivClassName
{
background-color: #139090;
}
.BgClassName
{
background-color: #139090;
}
</style>
border-color css
<style>
span { border-color: #139090; }
span { border-color: rgb(19,144,144); }
td.TdClassName
{
border-color: #139090;
}
.TagClassName
{
border-color: #139090;
}
</style>