Shades of Persian Green #13A088
Tints of Persian Green #13A088
RGB
CMYK
RGB Variations
Color information
#13A088 (or 0x13A088) is known color: Persian Green. HEX triplet: 13, A0 and 88. RGB value is (19,160,136). Sum of RGB (Red+Green+Blue) = 19+160+136=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #13A088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A088 is #EC5F77. Grayscale: #737373. Windows color (decimal): -15490936 or 8953875. OLE color: 8953875.
HSL color Cylindrical-coordinate representation of color #13A088: hue angle of 169.79º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A088 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 160 | 136 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.37 |
| HSL | 169.79º | 0.79% | 0.35% | - |
| HSV(B) | 169.79º | 0.88% | 0.63% | - |
| XYZ | 17.28 | 27.06 | 27.6 | - |
| YUV | 115.11 | 139.79 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 160 | 136 | 0.88 | 0 | 0.15 | 0.37 | 169.79 | 0.79 | 0.35 |
| Hex | 13 | A0 | 88 | 58 | 0 | F | 25 | AA | 4F | 23 |
| Octal | 23 | 240 | 210 | 130 | 0 | 17 | 45 | 252 | 117 | 43 |
| Binary | 10011 | 10100000 | 10001000 | 1011000 | 0 | 1111 | 100101 | 10101010 | 1001111 | 100011 |
Color Harmonies of #13A088
Complementary color
Monochromatic Colors of #13A088
Black with #13A088
Text Example
Text Example
White with #13A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A088; }
p { color: rgb(19,160,136); }
H1.HeaderClassName
{
color: #13A088;
}
.AnyTagClassName
{
color: #13A088;
}
</style>
background-color css
<style>
a { background-color: #13A088; }
a { background-color: rgb(19,160,136); }
div.DivClassName
{
background-color: #13A088;
}
.BgClassName
{
background-color: #13A088;
}
</style>
border-color css
<style>
span { border-color: #13A088; }
span { border-color: rgb(19,160,136); }
td.TdClassName
{
border-color: #13A088;
}
.TagClassName
{
border-color: #13A088;
}
</style>