Shades of Persian Green #10AA99
Tints of Persian Green #10AA99
RGB
CMYK
RGB Variations
Color information
#10AA99 (or 0x10AA99) is known color: Persian Green. HEX triplet: 10, AA and 99. RGB value is (16,170,153). Sum of RGB (Red+Green+Blue) = 16+170+153=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AA99 is #EF5566. Grayscale: #797979. Windows color (decimal): -15684967 or 10070544. OLE color: 10070544.
HSL color Cylindrical-coordinate representation of color #10AA99: hue angle of 173.38º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA99 is Cyan = 0.91, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 153 | - |
| CMYK | 0.91 | 0 | 0.1 | 0.33 |
| HSL | 173.38º | 0.83% | 0.36% | - |
| HSV(B) | 173.38º | 0.91% | 0.67% | - |
| XYZ | 20.34 | 31.16 | 35.08 | - |
| YUV | 122.02 | 145.48 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 153 | 0.91 | 0 | 0.1 | 0.33 | 173.38 | 0.83 | 0.36 |
| Hex | 10 | AA | 99 | 5B | 0 | A | 21 | AD | 53 | 24 |
| Octal | 20 | 252 | 231 | 133 | 0 | 12 | 41 | 255 | 123 | 44 |
| Binary | 10000 | 10101010 | 10011001 | 1011011 | 0 | 1010 | 100001 | 10101101 | 1010011 | 100100 |
Color Harmonies of #10AA99
Complementary color
Monochromatic Colors of #10AA99
Black with #10AA99
Text Example
Text Example
White with #10AA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA99; }
p { color: rgb(16,170,153); }
H1.HeaderClassName
{
color: #10AA99;
}
.AnyTagClassName
{
color: #10AA99;
}
</style>
background-color css
<style>
a { background-color: #10AA99; }
a { background-color: rgb(16,170,153); }
div.DivClassName
{
background-color: #10AA99;
}
.BgClassName
{
background-color: #10AA99;
}
</style>
border-color css
<style>
span { border-color: #10AA99; }
span { border-color: rgb(16,170,153); }
td.TdClassName
{
border-color: #10AA99;
}
.TagClassName
{
border-color: #10AA99;
}
</style>