Shades of Persian Green #139F8E
Tints of Persian Green #139F8E
RGB
CMYK
RGB Variations
Color information
#139F8E (or 0x139F8E) is known color: Persian Green. HEX triplet: 13, 9F and 8E. RGB value is (19,159,142). Sum of RGB (Red+Green+Blue) = 19+159+142=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #139F8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139F8E is #EC6071. Grayscale: #737373. Windows color (decimal): -15491186 or 9346835. OLE color: 9346835.
HSL color Cylindrical-coordinate representation of color #139F8E: hue angle of 172.71º 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 #139F8E is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 142 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.38 |
| HSL | 172.71º | 0.79% | 0.35% | - |
| HSV(B) | 172.71º | 0.88% | 0.62% | - |
| XYZ | 17.55 | 26.89 | 29.86 | - |
| YUV | 115.2 | 143.12 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 142 | 0.88 | 0 | 0.11 | 0.38 | 172.71 | 0.79 | 0.35 |
| Hex | 13 | 9F | 8E | 58 | 0 | B | 26 | AD | 4F | 23 |
| Octal | 23 | 237 | 216 | 130 | 0 | 13 | 46 | 255 | 117 | 43 |
| Binary | 10011 | 10011111 | 10001110 | 1011000 | 0 | 1011 | 100110 | 10101101 | 1001111 | 100011 |
Color Harmonies of #139F8E
Complementary color
Monochromatic Colors of #139F8E
Black with #139F8E
Text Example
Text Example
White with #139F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F8E; }
p { color: rgb(19,159,142); }
H1.HeaderClassName
{
color: #139F8E;
}
.AnyTagClassName
{
color: #139F8E;
}
</style>
background-color css
<style>
a { background-color: #139F8E; }
a { background-color: rgb(19,159,142); }
div.DivClassName
{
background-color: #139F8E;
}
.BgClassName
{
background-color: #139F8E;
}
</style>
border-color css
<style>
span { border-color: #139F8E; }
span { border-color: rgb(19,159,142); }
td.TdClassName
{
border-color: #139F8E;
}
.TagClassName
{
border-color: #139F8E;
}
</style>