Shades of Dark Cyan #139887
Tints of Dark Cyan #139887
RGB
CMYK
RGB Variations
Color information
#139887 (or 0x139887) is known color: Dark Cyan. HEX triplet: 13, 98 and 87. RGB value is (19,152,135). Sum of RGB (Red+Green+Blue) = 19+152+135=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #139887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139887 is #EC6778. Grayscale: #6E6E6E. Windows color (decimal): -15492985 or 8886291. OLE color: 8886291.
HSL color Cylindrical-coordinate representation of color #139887: hue angle of 172.33º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139887 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 152 | 135 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.40 |
| HSL | 172.33º | 0.78% | 0.34% | - |
| HSV(B) | 172.33º | 0.88% | 0.6% | - |
| XYZ | 15.87 | 24.34 | 26.78 | - |
| YUV | 110.3 | 141.94 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 135 | 0.87 | 0 | 0.11 | 0.40 | 172.33 | 0.78 | 0.34 |
| Hex | 13 | 98 | 87 | 57 | 0 | B | 28 | AC | 4E | 22 |
| Octal | 23 | 230 | 207 | 127 | 0 | 13 | 50 | 254 | 116 | 42 |
| Binary | 10011 | 10011000 | 10000111 | 1010111 | 0 | 1011 | 101000 | 10101100 | 1001110 | 100010 |
Color Harmonies of #139887
Complementary color
Monochromatic Colors of #139887
Black with #139887
Text Example
Text Example
White with #139887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139887; }
p { color: rgb(19,152,135); }
H1.HeaderClassName
{
color: #139887;
}
.AnyTagClassName
{
color: #139887;
}
</style>
background-color css
<style>
a { background-color: #139887; }
a { background-color: rgb(19,152,135); }
div.DivClassName
{
background-color: #139887;
}
.BgClassName
{
background-color: #139887;
}
</style>
border-color css
<style>
span { border-color: #139887; }
span { border-color: rgb(19,152,135); }
td.TdClassName
{
border-color: #139887;
}
.TagClassName
{
border-color: #139887;
}
</style>