#02AAA1

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

Shades of Persian Green #02AAA1

Tints of Persian Green #02AAA1

Color information

#02AAA1 (or 0x02AAA1) is unknown color: approx Persian Green. HEX triplet: 02, AA and A1. RGB value is (2,170,161). Sum of RGB (Red+Green+Blue) = 2+170+161=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 161 (63.28% from 255 or 48.35% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #02AAA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AAA1 is #FD555E. Grayscale: #767676. Windows color (decimal): -16602463 or 10594818. OLE color: 10594818.

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

Color convert

RGB2170161-
CMYK0.9900.050.33
HSL176.79º97.67%33.73%-
HSV(B)176.79º98.82%66.67%-
XYZ20.8331.3438.67-
YUV118.74151.8444.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 161 (63.28% from 255) = 48.35%
R=0.60%
G=51.05%
B=48.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21701610.9900.050.33176.7997.6733.73
Hex2AAA1630521b16222
Octal2252241143054126114242
Binary10101010101010000111000110101100001101100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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