Shades of Persian Green #13A99B
Tints of Persian Green #13A99B
RGB
CMYK
RGB Variations
Color information
#13A99B (or 0x13A99B) is known color: Persian Green. HEX triplet: 13, A9 and 9B. RGB value is (19,169,155). Sum of RGB (Red+Green+Blue) = 19+169+155=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 169 - color contains mainly: green. Hex color #13A99B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A99B is #EC5664. Grayscale: #7A7A7A. Windows color (decimal): -15488613 or 10201363. OLE color: 10201363.
HSL color Cylindrical-coordinate representation of color #13A99B: hue angle of 174.4º 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 #13A99B is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 169 | 155 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.34 |
| HSL | 174.4º | 0.8% | 0.37% | - |
| HSV(B) | 174.4º | 0.89% | 0.66% | - |
| XYZ | 20.37 | 30.88 | 35.9 | - |
| YUV | 122.55 | 146.31 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 169 | 155 | 0.89 | 0 | 0.08 | 0.34 | 174.4 | 0.8 | 0.37 |
| Hex | 13 | A9 | 9B | 59 | 0 | 8 | 22 | AE | 50 | 25 |
| Octal | 23 | 251 | 233 | 131 | 0 | 10 | 42 | 256 | 120 | 45 |
| Binary | 10011 | 10101001 | 10011011 | 1011001 | 0 | 1000 | 100010 | 10101110 | 1010000 | 100101 |
Color Harmonies of #13A99B
Complementary color
Monochromatic Colors of #13A99B
Black with #13A99B
Text Example
Text Example
White with #13A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A99B; }
p { color: rgb(19,169,155); }
H1.HeaderClassName
{
color: #13A99B;
}
.AnyTagClassName
{
color: #13A99B;
}
</style>
background-color css
<style>
a { background-color: #13A99B; }
a { background-color: rgb(19,169,155); }
div.DivClassName
{
background-color: #13A99B;
}
.BgClassName
{
background-color: #13A99B;
}
</style>
border-color css
<style>
span { border-color: #13A99B; }
span { border-color: rgb(19,169,155); }
td.TdClassName
{
border-color: #13A99B;
}
.TagClassName
{
border-color: #13A99B;
}
</style>