Shades of Persian Green #10AA9C
Tints of Persian Green #10AA9C
RGB
CMYK
RGB Variations
Color information
#10AA9C (or 0x10AA9C) is known color: Persian Green. HEX triplet: 10, AA and 9C. RGB value is (16,170,156). Sum of RGB (Red+Green+Blue) = 16+170+156=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AA9C is #EF5563. Grayscale: #7A7A7A. Windows color (decimal): -15684964 or 10267152. OLE color: 10267152.
HSL color Cylindrical-coordinate representation of color #10AA9C: hue angle of 174.55º 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 #10AA9C is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 156 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.33 |
| HSL | 174.55º | 0.83% | 0.36% | - |
| HSV(B) | 174.55º | 0.91% | 0.67% | - |
| XYZ | 20.59 | 31.26 | 36.4 | - |
| YUV | 122.36 | 146.98 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 156 | 0.91 | 0 | 0.08 | 0.33 | 174.55 | 0.83 | 0.36 |
| Hex | 10 | AA | 9C | 5B | 0 | 8 | 21 | AF | 53 | 24 |
| Octal | 20 | 252 | 234 | 133 | 0 | 10 | 41 | 257 | 123 | 44 |
| Binary | 10000 | 10101010 | 10011100 | 1011011 | 0 | 1000 | 100001 | 10101111 | 1010011 | 100100 |
Color Harmonies of #10AA9C
Complementary color
Monochromatic Colors of #10AA9C
Black with #10AA9C
Text Example
Text Example
White with #10AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA9C; }
p { color: rgb(16,170,156); }
H1.HeaderClassName
{
color: #10AA9C;
}
.AnyTagClassName
{
color: #10AA9C;
}
</style>
background-color css
<style>
a { background-color: #10AA9C; }
a { background-color: rgb(16,170,156); }
div.DivClassName
{
background-color: #10AA9C;
}
.BgClassName
{
background-color: #10AA9C;
}
</style>
border-color css
<style>
span { border-color: #10AA9C; }
span { border-color: rgb(16,170,156); }
td.TdClassName
{
border-color: #10AA9C;
}
.TagClassName
{
border-color: #10AA9C;
}
</style>