Shades of Persian Green #13AA98
Tints of Persian Green #13AA98
RGB
CMYK
RGB Variations
Color information
#13AA98 (or 0x13AA98) is known color: Persian Green. HEX triplet: 13, AA and 98. RGB value is (19,170,152). Sum of RGB (Red+Green+Blue) = 19+170+152=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AA98 is #EC5567. Grayscale: #7A7A7A. Windows color (decimal): -15488360 or 10005011. OLE color: 10005011.
HSL color Cylindrical-coordinate representation of color #13AA98: hue angle of 172.85º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA98 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 152 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.33 |
| HSL | 172.85º | 0.8% | 0.37% | - |
| HSV(B) | 172.85º | 0.89% | 0.67% | - |
| XYZ | 20.31 | 31.15 | 34.65 | - |
| YUV | 122.8 | 144.47 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 152 | 0.89 | 0 | 0.11 | 0.33 | 172.85 | 0.8 | 0.37 |
| Hex | 13 | AA | 98 | 59 | 0 | B | 21 | AD | 50 | 25 |
| Octal | 23 | 252 | 230 | 131 | 0 | 13 | 41 | 255 | 120 | 45 |
| Binary | 10011 | 10101010 | 10011000 | 1011001 | 0 | 1011 | 100001 | 10101101 | 1010000 | 100101 |
Color Harmonies of #13AA98
Complementary color
Monochromatic Colors of #13AA98
Black with #13AA98
Text Example
Text Example
White with #13AA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA98; }
p { color: rgb(19,170,152); }
H1.HeaderClassName
{
color: #13AA98;
}
.AnyTagClassName
{
color: #13AA98;
}
</style>
background-color css
<style>
a { background-color: #13AA98; }
a { background-color: rgb(19,170,152); }
div.DivClassName
{
background-color: #13AA98;
}
.BgClassName
{
background-color: #13AA98;
}
</style>
border-color css
<style>
span { border-color: #13AA98; }
span { border-color: rgb(19,170,152); }
td.TdClassName
{
border-color: #13AA98;
}
.TagClassName
{
border-color: #13AA98;
}
</style>