Shades of Persian Green #05A29C
Tints of Persian Green #05A29C
RGB
CMYK
RGB Variations
Color information
#05A29C (or 0x05A29C) is known color: Persian Green. HEX triplet: 05, A2 and 9C. RGB value is (5,162,156). Sum of RGB (Red+Green+Blue) = 5+162+156=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #05A29C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A29C is #FA5D63. Grayscale: #727272. Windows color (decimal): -16407908 or 10265093. OLE color: 10265093.
HSL color Cylindrical-coordinate representation of color #05A29C: hue angle of 177.71º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A29C is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 162 | 156 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.36 |
| HSL | 177.71º | 0.94% | 0.33% | - |
| HSV(B) | 177.71º | 0.97% | 0.64% | - |
| XYZ | 18.98 | 28.27 | 35.91 | - |
| YUV | 114.37 | 151.49 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 156 | 0.97 | 0 | 0.04 | 0.36 | 177.71 | 0.94 | 0.33 |
| Hex | 5 | A2 | 9C | 61 | 0 | 4 | 24 | B2 | 5E | 21 |
| Octal | 5 | 242 | 234 | 141 | 0 | 4 | 44 | 262 | 136 | 41 |
| Binary | 101 | 10100010 | 10011100 | 1100001 | 0 | 100 | 100100 | 10110010 | 1011110 | 100001 |
Color Harmonies of #05A29C
Complementary color
Monochromatic Colors of #05A29C
Black with #05A29C
Text Example
Text Example
White with #05A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A29C; }
p { color: rgb(5,162,156); }
H1.HeaderClassName
{
color: #05A29C;
}
.AnyTagClassName
{
color: #05A29C;
}
</style>
background-color css
<style>
a { background-color: #05A29C; }
a { background-color: rgb(5,162,156); }
div.DivClassName
{
background-color: #05A29C;
}
.BgClassName
{
background-color: #05A29C;
}
</style>
border-color css
<style>
span { border-color: #05A29C; }
span { border-color: rgb(5,162,156); }
td.TdClassName
{
border-color: #05A29C;
}
.TagClassName
{
border-color: #05A29C;
}
</style>