#02A3A1

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

Shades of Persian Green #02A3A1

Tints of Persian Green #02A3A1

Color information

#02A3A1 (or 0x02A3A1) is unknown color: approx Persian Green. HEX triplet: 02, A3 and A1. RGB value is (2,163,161). Sum of RGB (Red+Green+Blue) = 2+163+161=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #02A3A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A3A1 is #FD5C5E. Grayscale: #727272. Windows color (decimal): -16604255 or 10593026. OLE color: 10593026.

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

Color convert

RGB2163161-
CMYK0.9900.010.36
HSL179.25º97.58%32.35%-
HSV(B)179.25º98.77%63.92%-
XYZ19.5628.7838.24-
YUV114.63154.1647.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 163 (64.06% from 255) = 50%
BLUE value IS 161 (63.28% from 255) = 49.39%
R=0.61%
G=50%
B=49.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21631610.9900.010.36179.2597.5832.35
Hex2A3A1630124b36220
Octal2243241143014426314240
Binary101010001110100001110001101100100101100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,163,161); }

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

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

 a { background-color: rgb(2,163,161); }

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

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

 span { border-color: rgb(2,163,161); }

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