Shades of Persian Green #139A89
Tints of Persian Green #139A89
RGB
CMYK
RGB Variations
Color information
#139A89 (or 0x139A89) is known color: Persian Green. HEX triplet: 13, 9A and 89. RGB value is (19,154,137). Sum of RGB (Red+Green+Blue) = 19+154+137=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #139A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139A89 is #EC6576. Grayscale: #6F6F6F. Windows color (decimal): -15492471 or 9017875. OLE color: 9017875.
HSL color Cylindrical-coordinate representation of color #139A89: hue angle of 172.44º 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 #139A89 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 154 | 137 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.40 |
| HSL | 172.44º | 0.78% | 0.34% | - |
| HSV(B) | 172.44º | 0.88% | 0.6% | - |
| XYZ | 16.34 | 25.06 | 27.64 | - |
| YUV | 111.7 | 142.27 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 137 | 0.88 | 0 | 0.11 | 0.40 | 172.44 | 0.78 | 0.34 |
| Hex | 13 | 9A | 89 | 58 | 0 | B | 28 | AC | 4E | 22 |
| Octal | 23 | 232 | 211 | 130 | 0 | 13 | 50 | 254 | 116 | 42 |
| Binary | 10011 | 10011010 | 10001001 | 1011000 | 0 | 1011 | 101000 | 10101100 | 1001110 | 100010 |
Color Harmonies of #139A89
Complementary color
Monochromatic Colors of #139A89
Black with #139A89
Text Example
Text Example
White with #139A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139A89; }
p { color: rgb(19,154,137); }
H1.HeaderClassName
{
color: #139A89;
}
.AnyTagClassName
{
color: #139A89;
}
</style>
background-color css
<style>
a { background-color: #139A89; }
a { background-color: rgb(19,154,137); }
div.DivClassName
{
background-color: #139A89;
}
.BgClassName
{
background-color: #139A89;
}
</style>
border-color css
<style>
span { border-color: #139A89; }
span { border-color: rgb(19,154,137); }
td.TdClassName
{
border-color: #139A89;
}
.TagClassName
{
border-color: #139A89;
}
</style>