Shades of Persian Green #139F89
Tints of Persian Green #139F89
RGB
CMYK
RGB Variations
Color information
#139F89 (or 0x139F89) is known color: Persian Green. HEX triplet: 13, 9F and 89. RGB value is (19,159,137). Sum of RGB (Red+Green+Blue) = 19+159+137=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #139F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139F89 is #EC6076. Grayscale: #727272. Windows color (decimal): -15491191 or 9019155. OLE color: 9019155.
HSL color Cylindrical-coordinate representation of color #139F89: hue angle of 170.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139F89 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 137 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.38 |
| HSL | 170.57º | 0.79% | 0.35% | - |
| HSV(B) | 170.57º | 0.88% | 0.62% | - |
| XYZ | 17.18 | 26.74 | 27.92 | - |
| YUV | 114.63 | 140.62 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 137 | 0.88 | 0 | 0.14 | 0.38 | 170.57 | 0.79 | 0.35 |
| Hex | 13 | 9F | 89 | 58 | 0 | E | 26 | AB | 4F | 23 |
| Octal | 23 | 237 | 211 | 130 | 0 | 16 | 46 | 253 | 117 | 43 |
| Binary | 10011 | 10011111 | 10001001 | 1011000 | 0 | 1110 | 100110 | 10101011 | 1001111 | 100011 |
Color Harmonies of #139F89
Complementary color
Monochromatic Colors of #139F89
Black with #139F89
Text Example
Text Example
White with #139F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F89; }
p { color: rgb(19,159,137); }
H1.HeaderClassName
{
color: #139F89;
}
.AnyTagClassName
{
color: #139F89;
}
</style>
background-color css
<style>
a { background-color: #139F89; }
a { background-color: rgb(19,159,137); }
div.DivClassName
{
background-color: #139F89;
}
.BgClassName
{
background-color: #139F89;
}
</style>
border-color css
<style>
span { border-color: #139F89; }
span { border-color: rgb(19,159,137); }
td.TdClassName
{
border-color: #139F89;
}
.TagClassName
{
border-color: #139F89;
}
</style>