Shades of Persian Green #05A4A5
Tints of Persian Green #05A4A5
RGB
CMYK
RGB Variations
Color information
#05A4A5 (or 0x05A4A5) is known color: Persian Green. HEX triplet: 05, A4 and A5. RGB value is (5,164,165). Sum of RGB (Red+Green+Blue) = 5+164+165=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 165 (64.84% from 255 or 49.40% from 334); Max value from RGB is 165 - color contains mainly: blue. Hex color #05A4A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A4A5 is #FA5B5A. Grayscale: #747474. Windows color (decimal): -16407387 or 10855429. OLE color: 10855429.
HSL color Cylindrical-coordinate representation of color #05A4A5: hue angle of 180.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A4A5 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 164 | 165 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.35 |
| HSL | 180.38º | 0.94% | 0.33% | - |
| HSV(B) | 180.38º | 0.97% | 0.65% | - |
| XYZ | 20.13 | 29.3 | 40.19 | - |
| YUV | 116.57 | 155.32 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 164 | 165 | 0.97 | 0.01 | 0 | 0.35 | 180.38 | 0.94 | 0.33 |
| Hex | 5 | A4 | A5 | 61 | 1 | 0 | 23 | B4 | 5E | 21 |
| Octal | 5 | 244 | 245 | 141 | 1 | 0 | 43 | 264 | 136 | 41 |
| Binary | 101 | 10100100 | 10100101 | 1100001 | 1 | 0 | 100011 | 10110100 | 1011110 | 100001 |
Color Harmonies of #05A4A5
Complementary color
Monochromatic Colors of #05A4A5
Black with #05A4A5
Text Example
Text Example
White with #05A4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A4A5; }
p { color: rgb(5,164,165); }
H1.HeaderClassName
{
color: #05A4A5;
}
.AnyTagClassName
{
color: #05A4A5;
}
</style>
background-color css
<style>
a { background-color: #05A4A5; }
a { background-color: rgb(5,164,165); }
div.DivClassName
{
background-color: #05A4A5;
}
.BgClassName
{
background-color: #05A4A5;
}
</style>
border-color css
<style>
span { border-color: #05A4A5; }
span { border-color: rgb(5,164,165); }
td.TdClassName
{
border-color: #05A4A5;
}
.TagClassName
{
border-color: #05A4A5;
}
</style>