Shades of Persian Green #05A08F
Tints of Persian Green #05A08F
RGB
CMYK
RGB Variations
Color information
#05A08F (or 0x05A08F) is known color: Persian Green. HEX triplet: 05, A0 and 8F. RGB value is (5,160,143). Sum of RGB (Red+Green+Blue) = 5+160+143=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #05A08F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A08F is #FA5F70. Grayscale: #6F6F6F. Windows color (decimal): -16408433 or 9412613. OLE color: 9412613.
HSL color Cylindrical-coordinate representation of color #05A08F: hue angle of 173.42º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A08F is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 160 | 143 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.37 |
| HSL | 173.42º | 0.94% | 0.32% | - |
| HSV(B) | 173.42º | 0.97% | 0.63% | - |
| XYZ | 17.59 | 27.16 | 30.3 | - |
| YUV | 111.72 | 145.65 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 143 | 0.97 | 0 | 0.11 | 0.37 | 173.42 | 0.94 | 0.32 |
| Hex | 5 | A0 | 8F | 61 | 0 | B | 25 | AD | 5E | 20 |
| Octal | 5 | 240 | 217 | 141 | 0 | 13 | 45 | 255 | 136 | 40 |
| Binary | 101 | 10100000 | 10001111 | 1100001 | 0 | 1011 | 100101 | 10101101 | 1011110 | 100000 |
Color Harmonies of #05A08F
Complementary color
Monochromatic Colors of #05A08F
Black with #05A08F
Text Example
Text Example
White with #05A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A08F; }
p { color: rgb(5,160,143); }
H1.HeaderClassName
{
color: #05A08F;
}
.AnyTagClassName
{
color: #05A08F;
}
</style>
background-color css
<style>
a { background-color: #05A08F; }
a { background-color: rgb(5,160,143); }
div.DivClassName
{
background-color: #05A08F;
}
.BgClassName
{
background-color: #05A08F;
}
</style>
border-color css
<style>
span { border-color: #05A08F; }
span { border-color: rgb(5,160,143); }
td.TdClassName
{
border-color: #05A08F;
}
.TagClassName
{
border-color: #05A08F;
}
</style>