Shades of Dark Cyan #139687
Tints of Dark Cyan #139687
RGB
CMYK
RGB Variations
Color information
#139687 (or 0x139687) is known color: Dark Cyan. HEX triplet: 13, 96 and 87. RGB value is (19,150,135). Sum of RGB (Red+Green+Blue) = 19+150+135=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #139687 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139687 is #EC6978. Grayscale: #6D6D6D. Windows color (decimal): -15493497 or 8885779. OLE color: 8885779.
HSL color Cylindrical-coordinate representation of color #139687: hue angle of 173.13º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139687 is Cyan = 0.87, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 150 | 135 | - |
| CMYK | 0.87 | 0 | 0.1 | 0.41 |
| HSL | 173.13º | 0.78% | 0.33% | - |
| HSV(B) | 173.13º | 0.87% | 0.59% | - |
| XYZ | 15.55 | 23.7 | 26.68 | - |
| YUV | 109.12 | 142.6 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 135 | 0.87 | 0 | 0.1 | 0.41 | 173.13 | 0.78 | 0.33 |
| Hex | 13 | 96 | 87 | 57 | 0 | A | 29 | AD | 4E | 21 |
| Octal | 23 | 226 | 207 | 127 | 0 | 12 | 51 | 255 | 116 | 41 |
| Binary | 10011 | 10010110 | 10000111 | 1010111 | 0 | 1010 | 101001 | 10101101 | 1001110 | 100001 |
Color Harmonies of #139687
Complementary color
Monochromatic Colors of #139687
Black with #139687
Text Example
Text Example
White with #139687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139687; }
p { color: rgb(19,150,135); }
H1.HeaderClassName
{
color: #139687;
}
.AnyTagClassName
{
color: #139687;
}
</style>
background-color css
<style>
a { background-color: #139687; }
a { background-color: rgb(19,150,135); }
div.DivClassName
{
background-color: #139687;
}
.BgClassName
{
background-color: #139687;
}
</style>
border-color css
<style>
span { border-color: #139687; }
span { border-color: rgb(19,150,135); }
td.TdClassName
{
border-color: #139687;
}
.TagClassName
{
border-color: #139687;
}
</style>