Shades of Persian Green #139B8B
Tints of Persian Green #139B8B
RGB
CMYK
RGB Variations
Color information
#139B8B (or 0x139B8B) is known color: Persian Green. HEX triplet: 13, 9B and 8B. RGB value is (19,155,139). Sum of RGB (Red+Green+Blue) = 19+155+139=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #139B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139B8B is #EC6474. Grayscale: #707070. Windows color (decimal): -15492213 or 9149203. OLE color: 9149203.
HSL color Cylindrical-coordinate representation of color #139B8B: hue angle of 172.94º 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 #139B8B is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 139 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.39 |
| HSL | 172.94º | 0.78% | 0.34% | - |
| HSV(B) | 172.94º | 0.88% | 0.61% | - |
| XYZ | 16.65 | 25.45 | 28.46 | - |
| YUV | 112.51 | 142.94 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 139 | 0.88 | 0 | 0.10 | 0.39 | 172.94 | 0.78 | 0.34 |
| Hex | 13 | 9B | 8B | 58 | 0 | A | 27 | AD | 4E | 22 |
| Octal | 23 | 233 | 213 | 130 | 0 | 12 | 47 | 255 | 116 | 42 |
| Binary | 10011 | 10011011 | 10001011 | 1011000 | 0 | 1010 | 100111 | 10101101 | 1001110 | 100010 |
Color Harmonies of #139B8B
Complementary color
Monochromatic Colors of #139B8B
Black with #139B8B
Text Example
Text Example
White with #139B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B8B; }
p { color: rgb(19,155,139); }
H1.HeaderClassName
{
color: #139B8B;
}
.AnyTagClassName
{
color: #139B8B;
}
</style>
background-color css
<style>
a { background-color: #139B8B; }
a { background-color: rgb(19,155,139); }
div.DivClassName
{
background-color: #139B8B;
}
.BgClassName
{
background-color: #139B8B;
}
</style>
border-color css
<style>
span { border-color: #139B8B; }
span { border-color: rgb(19,155,139); }
td.TdClassName
{
border-color: #139B8B;
}
.TagClassName
{
border-color: #139B8B;
}
</style>