Shades of Persian Green #139C87
Tints of Persian Green #139C87
RGB
CMYK
RGB Variations
Color information
#139C87 (or 0x139C87) is known color: Persian Green. HEX triplet: 13, 9C and 87. RGB value is (19,156,135). Sum of RGB (Red+Green+Blue) = 19+156+135=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #139C87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139C87 is #EC6378. Grayscale: #707070. Windows color (decimal): -15491961 or 8887315. OLE color: 8887315.
HSL color Cylindrical-coordinate representation of color #139C87: hue angle of 170.8º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139C87 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 156 | 135 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.39 |
| HSL | 170.8º | 0.78% | 0.34% | - |
| HSV(B) | 170.8º | 0.88% | 0.61% | - |
| XYZ | 16.53 | 25.66 | 27 | - |
| YUV | 112.64 | 140.61 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 135 | 0.88 | 0 | 0.13 | 0.39 | 170.8 | 0.78 | 0.34 |
| Hex | 13 | 9C | 87 | 58 | 0 | D | 27 | AB | 4E | 22 |
| Octal | 23 | 234 | 207 | 130 | 0 | 15 | 47 | 253 | 116 | 42 |
| Binary | 10011 | 10011100 | 10000111 | 1011000 | 0 | 1101 | 100111 | 10101011 | 1001110 | 100010 |
Color Harmonies of #139C87
Complementary color
Monochromatic Colors of #139C87
Black with #139C87
Text Example
Text Example
White with #139C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139C87; }
p { color: rgb(19,156,135); }
H1.HeaderClassName
{
color: #139C87;
}
.AnyTagClassName
{
color: #139C87;
}
</style>
background-color css
<style>
a { background-color: #139C87; }
a { background-color: rgb(19,156,135); }
div.DivClassName
{
background-color: #139C87;
}
.BgClassName
{
background-color: #139C87;
}
</style>
border-color css
<style>
span { border-color: #139C87; }
span { border-color: rgb(19,156,135); }
td.TdClassName
{
border-color: #139C87;
}
.TagClassName
{
border-color: #139C87;
}
</style>