#05A2A1

Color #05A2A1 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #05A2A1

Tints of Persian Green #05A2A1

Color information

#05A2A1 (or 0x05A2A1) is unknown color: approx Persian Green. HEX triplet: 05, A2 and A1. RGB value is (5,162,161). Sum of RGB (Red+Green+Blue) = 5+162+161=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 161 (63.28% from 255 or 49.09% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #05A2A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A2A1 is #FA5D5E. Grayscale: #727272. Windows color (decimal): -16407903 or 10592773. OLE color: 10592773.

HSL color Cylindrical-coordinate representation of color #05A2A1: hue angle of 179.62º 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 #05A2A1 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB5162161-
CMYK0.9700.010.36
HSL179.62º94.01%32.75%-
HSV(B)179.62º96.91%63.53%-
XYZ19.4228.4538.19-
YUV114.94153.9949.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.52%
GREEN value IS 162 (63.67% from 255) = 49.39%
BLUE value IS 161 (63.28% from 255) = 49.09%
R=1.52%
G=49.39%
B=49.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51621610.9700.010.36179.6294.0132.75
Hex5A2A1610124b45e21
Octal5242241141014426413641
Binary1011010001010100001110000101100100101101001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A2A1; }

 p { color: rgb(5,162,161); }

 H1.HeaderClassName
 {
   color: #05A2A1;
 }
 .AnyTagClassName
 {
   color: #05A2A1;
 }
</style>
background-color css

<style>
 a { background-color: #05A2A1; }

 a { background-color: rgb(5,162,161); }

 div.DivClassName
 {
   background-color: #05A2A1;
 }
 .BgClassName
 {
   background-color: #05A2A1;
 }
</style>
border-color css

<style>
 span { border-color: #05A2A1; }

 span { border-color: rgb(5,162,161); }

 td.TdClassName
 {
   border-color: #05A2A1;
 }
 .TagClassName
 {
   border-color: #05A2A1;
 }
</style>