Shades of Persian Green #05AA9E
Tints of Persian Green #05AA9E
RGB
CMYK
RGB Variations
Color information
#05AA9E (or 0x05AA9E) is known color: Persian Green. HEX triplet: 05, AA and 9E. RGB value is (5,170,158). Sum of RGB (Red+Green+Blue) = 5+170+158=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AA9E is #FA5561. Grayscale: #777777. Windows color (decimal): -16405858 or 10398213. OLE color: 10398213.
HSL color Cylindrical-coordinate representation of color #05AA9E: hue angle of 175.64º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AA9E is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 170 | 158 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.33 |
| HSL | 175.64º | 0.94% | 0.34% | - |
| HSV(B) | 175.64º | 0.97% | 0.67% | - |
| XYZ | 20.61 | 31.25 | 37.29 | - |
| YUV | 119.3 | 149.84 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 158 | 0.97 | 0 | 0.07 | 0.33 | 175.64 | 0.94 | 0.34 |
| Hex | 5 | AA | 9E | 61 | 0 | 7 | 21 | B0 | 5E | 22 |
| Octal | 5 | 252 | 236 | 141 | 0 | 7 | 41 | 260 | 136 | 42 |
| Binary | 101 | 10101010 | 10011110 | 1100001 | 0 | 111 | 100001 | 10110000 | 1011110 | 100010 |
Color Harmonies of #05AA9E
Complementary color
Monochromatic Colors of #05AA9E
Black with #05AA9E
Text Example
Text Example
White with #05AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AA9E; }
p { color: rgb(5,170,158); }
H1.HeaderClassName
{
color: #05AA9E;
}
.AnyTagClassName
{
color: #05AA9E;
}
</style>
background-color css
<style>
a { background-color: #05AA9E; }
a { background-color: rgb(5,170,158); }
div.DivClassName
{
background-color: #05AA9E;
}
.BgClassName
{
background-color: #05AA9E;
}
</style>
border-color css
<style>
span { border-color: #05AA9E; }
span { border-color: rgb(5,170,158); }
td.TdClassName
{
border-color: #05AA9E;
}
.TagClassName
{
border-color: #05AA9E;
}
</style>