Shades of Persian Green #05A2A3
Tints of Persian Green #05A2A3
RGB
CMYK
RGB Variations
Color information
#05A2A3 (or 0x05A2A3) is known color: Persian Green. HEX triplet: 05, A2 and A3. RGB value is (5,162,163). Sum of RGB (Red+Green+Blue) = 5+162+163=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #05A2A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A2A3 is #FA5D5C. Grayscale: #737373. Windows color (decimal): -16407901 or 10723845. OLE color: 10723845.
HSL color Cylindrical-coordinate representation of color #05A2A3: hue angle of 180.38º 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 #05A2A3 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 162 | 163 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.36 |
| HSL | 180.38º | 0.94% | 0.33% | - |
| HSV(B) | 180.38º | 0.97% | 0.64% | - |
| XYZ | 19.59 | 28.52 | 39.12 | - |
| YUV | 115.17 | 154.99 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 163 | 0.97 | 0.01 | 0 | 0.36 | 180.38 | 0.94 | 0.33 |
| Hex | 5 | A2 | A3 | 61 | 1 | 0 | 24 | B4 | 5E | 21 |
| Octal | 5 | 242 | 243 | 141 | 1 | 0 | 44 | 264 | 136 | 41 |
| Binary | 101 | 10100010 | 10100011 | 1100001 | 1 | 0 | 100100 | 10110100 | 1011110 | 100001 |
Color Harmonies of #05A2A3
Complementary color
Monochromatic Colors of #05A2A3
Black with #05A2A3
Text Example
Text Example
White with #05A2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A2A3; }
p { color: rgb(5,162,163); }
H1.HeaderClassName
{
color: #05A2A3;
}
.AnyTagClassName
{
color: #05A2A3;
}
</style>
background-color css
<style>
a { background-color: #05A2A3; }
a { background-color: rgb(5,162,163); }
div.DivClassName
{
background-color: #05A2A3;
}
.BgClassName
{
background-color: #05A2A3;
}
</style>
border-color css
<style>
span { border-color: #05A2A3; }
span { border-color: rgb(5,162,163); }
td.TdClassName
{
border-color: #05A2A3;
}
.TagClassName
{
border-color: #05A2A3;
}
</style>