Shades of Persian Green #05A3A5
Tints of Persian Green #05A3A5
RGB
CMYK
RGB Variations
Color information
#05A3A5 (or 0x05A3A5) is known color: Persian Green. HEX triplet: 05, A3 and A5. RGB value is (5,163,165). Sum of RGB (Red+Green+Blue) = 5+163+165=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 165 (64.84% from 255 or 49.55% from 333); Max value from RGB is 165 - color contains mainly: blue. Hex color #05A3A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A3A5 is #FA5C5A. Grayscale: #737373. Windows color (decimal): -16407643 or 10855173. OLE color: 10855173.
HSL color Cylindrical-coordinate representation of color #05A3A5: hue angle of 180.75º 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 #05A3A5 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 163 | 165 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.35 |
| HSL | 180.75º | 0.94% | 0.33% | - |
| HSV(B) | 180.75º | 0.97% | 0.65% | - |
| XYZ | 19.95 | 28.94 | 40.13 | - |
| YUV | 115.99 | 155.65 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 165 | 0.97 | 0.01 | 0 | 0.35 | 180.75 | 0.94 | 0.33 |
| Hex | 5 | A3 | A5 | 61 | 1 | 0 | 23 | B5 | 5E | 21 |
| Octal | 5 | 243 | 245 | 141 | 1 | 0 | 43 | 265 | 136 | 41 |
| Binary | 101 | 10100011 | 10100101 | 1100001 | 1 | 0 | 100011 | 10110101 | 1011110 | 100001 |
Color Harmonies of #05A3A5
Complementary color
Monochromatic Colors of #05A3A5
Black with #05A3A5
Text Example
Text Example
White with #05A3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A3A5; }
p { color: rgb(5,163,165); }
H1.HeaderClassName
{
color: #05A3A5;
}
.AnyTagClassName
{
color: #05A3A5;
}
</style>
background-color css
<style>
a { background-color: #05A3A5; }
a { background-color: rgb(5,163,165); }
div.DivClassName
{
background-color: #05A3A5;
}
.BgClassName
{
background-color: #05A3A5;
}
</style>
border-color css
<style>
span { border-color: #05A3A5; }
span { border-color: rgb(5,163,165); }
td.TdClassName
{
border-color: #05A3A5;
}
.TagClassName
{
border-color: #05A3A5;
}
</style>