Shades of Persian Green #13A18F
Tints of Persian Green #13A18F
RGB
CMYK
RGB Variations
Color information
#13A18F (or 0x13A18F) is known color: Persian Green. HEX triplet: 13, A1 and 8F. RGB value is (19,161,143). Sum of RGB (Red+Green+Blue) = 19+161+143=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #13A18F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A18F is #EC5E70. Grayscale: #747474. Windows color (decimal): -15490673 or 9412883. OLE color: 9412883.
HSL color Cylindrical-coordinate representation of color #13A18F: hue angle of 172.39º 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 #13A18F is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 161 | 143 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.37 |
| HSL | 172.39º | 0.79% | 0.35% | - |
| HSV(B) | 172.39º | 0.88% | 0.63% | - |
| XYZ | 17.97 | 27.61 | 30.37 | - |
| YUV | 116.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 161 | 143 | 0.88 | 0 | 0.11 | 0.37 | 172.39 | 0.79 | 0.35 |
| Hex | 13 | A1 | 8F | 58 | 0 | B | 25 | AC | 4F | 23 |
| Octal | 23 | 241 | 217 | 130 | 0 | 13 | 45 | 254 | 117 | 43 |
| Binary | 10011 | 10100001 | 10001111 | 1011000 | 0 | 1011 | 100101 | 10101100 | 1001111 | 100011 |
Color Harmonies of #13A18F
Complementary color
Monochromatic Colors of #13A18F
Black with #13A18F
Text Example
Text Example
White with #13A18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A18F; }
p { color: rgb(19,161,143); }
H1.HeaderClassName
{
color: #13A18F;
}
.AnyTagClassName
{
color: #13A18F;
}
</style>
background-color css
<style>
a { background-color: #13A18F; }
a { background-color: rgb(19,161,143); }
div.DivClassName
{
background-color: #13A18F;
}
.BgClassName
{
background-color: #13A18F;
}
</style>
border-color css
<style>
span { border-color: #13A18F; }
span { border-color: rgb(19,161,143); }
td.TdClassName
{
border-color: #13A18F;
}
.TagClassName
{
border-color: #13A18F;
}
</style>