Shades of Persian Green #05AA8F
Tints of Persian Green #05AA8F
RGB
CMYK
RGB Variations
Color information
#05AA8F (or 0x05AA8F) is known color: Persian Green. HEX triplet: 05, AA and 8F. RGB value is (5,170,143). Sum of RGB (Red+Green+Blue) = 5+170+143=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AA8F is #FA5570. Grayscale: #757575. Windows color (decimal): -16405873 or 9415173. OLE color: 9415173.
HSL color Cylindrical-coordinate representation of color #05AA8F: hue angle of 170.18º 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 #05AA8F is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 170 | 143 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.33 |
| HSL | 170.18º | 0.94% | 0.34% | - |
| HSV(B) | 170.18º | 0.97% | 0.67% | - |
| XYZ | 19.4 | 30.76 | 30.9 | - |
| YUV | 117.59 | 142.34 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 143 | 0.97 | 0 | 0.16 | 0.33 | 170.18 | 0.94 | 0.34 |
| Hex | 5 | AA | 8F | 61 | 0 | 10 | 21 | AA | 5E | 22 |
| Octal | 5 | 252 | 217 | 141 | 0 | 20 | 41 | 252 | 136 | 42 |
| Binary | 101 | 10101010 | 10001111 | 1100001 | 0 | 10000 | 100001 | 10101010 | 1011110 | 100010 |
Color Harmonies of #05AA8F
Complementary color
Monochromatic Colors of #05AA8F
Black with #05AA8F
Text Example
Text Example
White with #05AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AA8F; }
p { color: rgb(5,170,143); }
H1.HeaderClassName
{
color: #05AA8F;
}
.AnyTagClassName
{
color: #05AA8F;
}
</style>
background-color css
<style>
a { background-color: #05AA8F; }
a { background-color: rgb(5,170,143); }
div.DivClassName
{
background-color: #05AA8F;
}
.BgClassName
{
background-color: #05AA8F;
}
</style>
border-color css
<style>
span { border-color: #05AA8F; }
span { border-color: rgb(5,170,143); }
td.TdClassName
{
border-color: #05AA8F;
}
.TagClassName
{
border-color: #05AA8F;
}
</style>