Shades of Persian Green #13A89A
Tints of Persian Green #13A89A
RGB
CMYK
RGB Variations
Color information
#13A89A (or 0x13A89A) is known color: Persian Green. HEX triplet: 13, A8 and 9A. RGB value is (19,168,154). Sum of RGB (Red+Green+Blue) = 19+168+154=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #13A89A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A89A is #EC5765. Grayscale: #797979. Windows color (decimal): -15488870 or 10135571. OLE color: 10135571.
HSL color Cylindrical-coordinate representation of color #13A89A: hue angle of 174.36º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A89A is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 168 | 154 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.34 |
| HSL | 174.36º | 0.8% | 0.37% | - |
| HSV(B) | 174.36º | 0.89% | 0.66% | - |
| XYZ | 20.1 | 30.48 | 35.39 | - |
| YUV | 121.85 | 146.14 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 154 | 0.89 | 0 | 0.08 | 0.34 | 174.36 | 0.8 | 0.37 |
| Hex | 13 | A8 | 9A | 59 | 0 | 8 | 22 | AE | 50 | 25 |
| Octal | 23 | 250 | 232 | 131 | 0 | 10 | 42 | 256 | 120 | 45 |
| Binary | 10011 | 10101000 | 10011010 | 1011001 | 0 | 1000 | 100010 | 10101110 | 1010000 | 100101 |
Color Harmonies of #13A89A
Complementary color
Monochromatic Colors of #13A89A
Black with #13A89A
Text Example
Text Example
White with #13A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A89A; }
p { color: rgb(19,168,154); }
H1.HeaderClassName
{
color: #13A89A;
}
.AnyTagClassName
{
color: #13A89A;
}
</style>
background-color css
<style>
a { background-color: #13A89A; }
a { background-color: rgb(19,168,154); }
div.DivClassName
{
background-color: #13A89A;
}
.BgClassName
{
background-color: #13A89A;
}
</style>
border-color css
<style>
span { border-color: #13A89A; }
span { border-color: rgb(19,168,154); }
td.TdClassName
{
border-color: #13A89A;
}
.TagClassName
{
border-color: #13A89A;
}
</style>