Shades of Persian Green #16A994
Tints of Persian Green #16A994
RGB
CMYK
RGB Variations
Color information
#16A994 (or 0x16A994) is known color: Persian Green. HEX triplet: 16, A9 and 94. RGB value is (22,169,148). Sum of RGB (Red+Green+Blue) = 22+169+148=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #16A994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A994 is #E9566B. Grayscale: #7A7A7A. Windows color (decimal): -15292012 or 9742614. OLE color: 9742614.
HSL color Cylindrical-coordinate representation of color #16A994: hue angle of 171.43º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A994 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 169 | 148 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.34 |
| HSL | 171.43º | 0.77% | 0.37% | - |
| HSV(B) | 171.43º | 0.87% | 0.66% | - |
| XYZ | 19.86 | 30.68 | 32.89 | - |
| YUV | 122.65 | 142.3 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 169 | 148 | 0.87 | 0 | 0.12 | 0.34 | 171.43 | 0.77 | 0.37 |
| Hex | 16 | A9 | 94 | 57 | 0 | C | 22 | AB | 4D | 25 |
| Octal | 26 | 251 | 224 | 127 | 0 | 14 | 42 | 253 | 115 | 45 |
| Binary | 10110 | 10101001 | 10010100 | 1010111 | 0 | 1100 | 100010 | 10101011 | 1001101 | 100101 |
Color Harmonies of #16A994
Complementary color
Monochromatic Colors of #16A994
Black with #16A994
Text Example
Text Example
White with #16A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A994; }
p { color: rgb(22,169,148); }
H1.HeaderClassName
{
color: #16A994;
}
.AnyTagClassName
{
color: #16A994;
}
</style>
background-color css
<style>
a { background-color: #16A994; }
a { background-color: rgb(22,169,148); }
div.DivClassName
{
background-color: #16A994;
}
.BgClassName
{
background-color: #16A994;
}
</style>
border-color css
<style>
span { border-color: #16A994; }
span { border-color: rgb(22,169,148); }
td.TdClassName
{
border-color: #16A994;
}
.TagClassName
{
border-color: #16A994;
}
</style>