Shades of Persian Green #10AA98
Tints of Persian Green #10AA98
RGB
CMYK
RGB Variations
Color information
#10AA98 (or 0x10AA98) is known color: Persian Green. HEX triplet: 10, AA and 98. RGB value is (16,170,152). Sum of RGB (Red+Green+Blue) = 16+170+152=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AA98 is #EF5567. Grayscale: #797979. Windows color (decimal): -15684968 or 10005008. OLE color: 10005008.
HSL color Cylindrical-coordinate representation of color #10AA98: hue angle of 172.99º 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 #10AA98 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 152 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.33 |
| HSL | 172.99º | 0.83% | 0.36% | - |
| HSV(B) | 172.99º | 0.91% | 0.67% | - |
| XYZ | 20.26 | 31.13 | 34.65 | - |
| YUV | 121.9 | 144.98 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 152 | 0.91 | 0 | 0.11 | 0.33 | 172.99 | 0.83 | 0.36 |
| Hex | 10 | AA | 98 | 5B | 0 | B | 21 | AD | 53 | 24 |
| Octal | 20 | 252 | 230 | 133 | 0 | 13 | 41 | 255 | 123 | 44 |
| Binary | 10000 | 10101010 | 10011000 | 1011011 | 0 | 1011 | 100001 | 10101101 | 1010011 | 100100 |
Color Harmonies of #10AA98
Complementary color
Monochromatic Colors of #10AA98
Black with #10AA98
Text Example
Text Example
White with #10AA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA98; }
p { color: rgb(16,170,152); }
H1.HeaderClassName
{
color: #10AA98;
}
.AnyTagClassName
{
color: #10AA98;
}
</style>
background-color css
<style>
a { background-color: #10AA98; }
a { background-color: rgb(16,170,152); }
div.DivClassName
{
background-color: #10AA98;
}
.BgClassName
{
background-color: #10AA98;
}
</style>
border-color css
<style>
span { border-color: #10AA98; }
span { border-color: rgb(16,170,152); }
td.TdClassName
{
border-color: #10AA98;
}
.TagClassName
{
border-color: #10AA98;
}
</style>