Shades of Persian Green #05AA8A
Tints of Persian Green #05AA8A
RGB
CMYK
RGB Variations
Color information
#05AA8A (or 0x05AA8A) is known color: Persian Green. HEX triplet: 05, AA and 8A. RGB value is (5,170,138). Sum of RGB (Red+Green+Blue) = 5+170+138=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AA8A is #FA5575. Grayscale: #747474. Windows color (decimal): -16405878 or 9087493. OLE color: 9087493.
HSL color Cylindrical-coordinate representation of color #05AA8A: hue angle of 168.36º 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 #05AA8A is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 170 | 138 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.33 |
| HSL | 168.36º | 0.94% | 0.34% | - |
| HSV(B) | 168.36º | 0.97% | 0.67% | - |
| XYZ | 19.02 | 30.62 | 28.95 | - |
| YUV | 117.02 | 139.84 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 138 | 0.97 | 0 | 0.19 | 0.33 | 168.36 | 0.94 | 0.34 |
| Hex | 5 | AA | 8A | 61 | 0 | 13 | 21 | A8 | 5E | 22 |
| Octal | 5 | 252 | 212 | 141 | 0 | 23 | 41 | 250 | 136 | 42 |
| Binary | 101 | 10101010 | 10001010 | 1100001 | 0 | 10011 | 100001 | 10101000 | 1011110 | 100010 |
Color Harmonies of #05AA8A
Complementary color
Monochromatic Colors of #05AA8A
Black with #05AA8A
Text Example
Text Example
White with #05AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AA8A; }
p { color: rgb(5,170,138); }
H1.HeaderClassName
{
color: #05AA8A;
}
.AnyTagClassName
{
color: #05AA8A;
}
</style>
background-color css
<style>
a { background-color: #05AA8A; }
a { background-color: rgb(5,170,138); }
div.DivClassName
{
background-color: #05AA8A;
}
.BgClassName
{
background-color: #05AA8A;
}
</style>
border-color css
<style>
span { border-color: #05AA8A; }
span { border-color: rgb(5,170,138); }
td.TdClassName
{
border-color: #05AA8A;
}
.TagClassName
{
border-color: #05AA8A;
}
</style>