#02AEA3

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

Shades of Persian Green #02AEA3

Tints of Persian Green #02AEA3

Color information

#02AEA3 (or 0x02AEA3) is unknown color: approx Persian Green. HEX triplet: 02, AE and A3. RGB value is (2,174,163). Sum of RGB (Red+Green+Blue) = 2+174+163=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #02AEA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AEA3 is #FD515C. Grayscale: #797979. Windows color (decimal): -16601437 or 10726914. OLE color: 10726914.

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

Color convert

RGB2174163-
CMYK0.9900.060.32
HSL176.16º97.73%34.51%-
HSV(B)176.16º98.85%68.24%-
XYZ21.7732.9339.86-
YUV121.32151.5242.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 174 (68.36% from 255) = 51.33%
BLUE value IS 163 (64.06% from 255) = 48.08%
R=0.59%
G=51.33%
B=48.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21741630.9900.060.32176.1697.7334.51
Hex2AEA3630620b06223
Octal2256243143064026014243
Binary10101011101010001111000110110100000101100001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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