#02A5A4

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

Shades of Persian Green #02A5A4

Tints of Persian Green #02A5A4

Color information

#02A5A4 (or 0x02A5A4) is unknown color: approx Persian Green. HEX triplet: 02, A5 and A4. RGB value is (2,165,164). Sum of RGB (Red+Green+Blue) = 2+165+164=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #02A5A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A5A4 is #FD5A5B. Grayscale: #737373. Windows color (decimal): -16603740 or 10790146. OLE color: 10790146.

HSL color Cylindrical-coordinate representation of color #02A5A4: hue angle of 179.63º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A5A4 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB2165164-
CMYK0.9900.010.35
HSL179.63º97.6%32.75%-
HSV(B)179.63º98.79%64.71%-
XYZ20.1829.639.77-
YUV116.1515546.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 165 (64.84% from 255) = 49.85%
BLUE value IS 164 (64.45% from 255) = 49.55%
R=0.60%
G=49.85%
B=49.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21651640.9900.010.35179.6397.632.75
Hex2A5A4630123b46221
Octal2245244143014326414241
Binary101010010110100100110001101100011101101001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02A5A4; }

 p { color: rgb(2,165,164); }

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

<style>
 a { background-color: #02A5A4; }

 a { background-color: rgb(2,165,164); }

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

<style>
 span { border-color: #02A5A4; }

 span { border-color: rgb(2,165,164); }

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