Shades of Persian Green #139C86
Tints of Persian Green #139C86
RGB
CMYK
RGB Variations
Color information
#139C86 (or 0x139C86) is known color: Persian Green. HEX triplet: 13, 9C and 86. RGB value is (19,156,134). Sum of RGB (Red+Green+Blue) = 19+156+134=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #139C86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139C86 is #EC6379. Grayscale: #707070. Windows color (decimal): -15491962 or 8821779. OLE color: 8821779.
HSL color Cylindrical-coordinate representation of color #139C86: hue angle of 170.36º 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 #139C86 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 156 | 134 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.39 |
| HSL | 170.37º | 0.78% | 0.34% | - |
| HSV(B) | 170.37º | 0.88% | 0.61% | - |
| XYZ | 16.46 | 25.64 | 26.64 | - |
| YUV | 112.53 | 140.11 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 134 | 0.88 | 0 | 0.14 | 0.39 | 170.37 | 0.78 | 0.34 |
| Hex | 13 | 9C | 86 | 58 | 0 | E | 27 | AA | 4E | 22 |
| Octal | 23 | 234 | 206 | 130 | 0 | 16 | 47 | 252 | 116 | 42 |
| Binary | 10011 | 10011100 | 10000110 | 1011000 | 0 | 1110 | 100111 | 10101010 | 1001110 | 100010 |
Color Harmonies of #139C86
Complementary color
Monochromatic Colors of #139C86
Black with #139C86
Text Example
Text Example
White with #139C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139C86; }
p { color: rgb(19,156,134); }
H1.HeaderClassName
{
color: #139C86;
}
.AnyTagClassName
{
color: #139C86;
}
</style>
background-color css
<style>
a { background-color: #139C86; }
a { background-color: rgb(19,156,134); }
div.DivClassName
{
background-color: #139C86;
}
.BgClassName
{
background-color: #139C86;
}
</style>
border-color css
<style>
span { border-color: #139C86; }
span { border-color: rgb(19,156,134); }
td.TdClassName
{
border-color: #139C86;
}
.TagClassName
{
border-color: #139C86;
}
</style>