Shades of Persian Green #05A49C
Tints of Persian Green #05A49C
RGB
CMYK
RGB Variations
Color information
#05A49C (or 0x05A49C) is known color: Persian Green. HEX triplet: 05, A4 and 9C. RGB value is (5,164,156). Sum of RGB (Red+Green+Blue) = 5+164+156=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #05A49C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A49C is #FA5B63. Grayscale: #737373. Windows color (decimal): -16407396 or 10265605. OLE color: 10265605.
HSL color Cylindrical-coordinate representation of color #05A49C: hue angle of 176.98º 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 #05A49C is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 164 | 156 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.36 |
| HSL | 176.98º | 0.94% | 0.33% | - |
| HSV(B) | 176.98º | 0.97% | 0.64% | - |
| XYZ | 19.34 | 28.98 | 36.03 | - |
| YUV | 115.55 | 150.82 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 164 | 156 | 0.97 | 0 | 0.05 | 0.36 | 176.98 | 0.94 | 0.33 |
| Hex | 5 | A4 | 9C | 61 | 0 | 5 | 24 | B1 | 5E | 21 |
| Octal | 5 | 244 | 234 | 141 | 0 | 5 | 44 | 261 | 136 | 41 |
| Binary | 101 | 10100100 | 10011100 | 1100001 | 0 | 101 | 100100 | 10110001 | 1011110 | 100001 |
Color Harmonies of #05A49C
Complementary color
Monochromatic Colors of #05A49C
Black with #05A49C
Text Example
Text Example
White with #05A49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A49C; }
p { color: rgb(5,164,156); }
H1.HeaderClassName
{
color: #05A49C;
}
.AnyTagClassName
{
color: #05A49C;
}
</style>
background-color css
<style>
a { background-color: #05A49C; }
a { background-color: rgb(5,164,156); }
div.DivClassName
{
background-color: #05A49C;
}
.BgClassName
{
background-color: #05A49C;
}
</style>
border-color css
<style>
span { border-color: #05A49C; }
span { border-color: rgb(5,164,156); }
td.TdClassName
{
border-color: #05A49C;
}
.TagClassName
{
border-color: #05A49C;
}
</style>