Shades of Persian Green #05A08A
Tints of Persian Green #05A08A
RGB
CMYK
RGB Variations
Color information
#05A08A (or 0x05A08A) is known color: Persian Green. HEX triplet: 05, A0 and 8A. RGB value is (5,160,138). Sum of RGB (Red+Green+Blue) = 5+160+138=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #05A08A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A08A is #FA5F75. Grayscale: #6F6F6F. Windows color (decimal): -16408438 or 9084933. OLE color: 9084933.
HSL color Cylindrical-coordinate representation of color #05A08A: hue angle of 171.48º 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 #05A08A is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 160 | 138 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.37 |
| HSL | 171.48º | 0.94% | 0.32% | - |
| HSV(B) | 171.48º | 0.97% | 0.63% | - |
| XYZ | 17.22 | 27.01 | 28.35 | - |
| YUV | 111.15 | 143.15 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 138 | 0.97 | 0 | 0.14 | 0.37 | 171.48 | 0.94 | 0.32 |
| Hex | 5 | A0 | 8A | 61 | 0 | E | 25 | AB | 5E | 20 |
| Octal | 5 | 240 | 212 | 141 | 0 | 16 | 45 | 253 | 136 | 40 |
| Binary | 101 | 10100000 | 10001010 | 1100001 | 0 | 1110 | 100101 | 10101011 | 1011110 | 100000 |
Color Harmonies of #05A08A
Complementary color
Monochromatic Colors of #05A08A
Black with #05A08A
Text Example
Text Example
White with #05A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A08A; }
p { color: rgb(5,160,138); }
H1.HeaderClassName
{
color: #05A08A;
}
.AnyTagClassName
{
color: #05A08A;
}
</style>
background-color css
<style>
a { background-color: #05A08A; }
a { background-color: rgb(5,160,138); }
div.DivClassName
{
background-color: #05A08A;
}
.BgClassName
{
background-color: #05A08A;
}
</style>
border-color css
<style>
span { border-color: #05A08A; }
span { border-color: rgb(5,160,138); }
td.TdClassName
{
border-color: #05A08A;
}
.TagClassName
{
border-color: #05A08A;
}
</style>