#02AA9D

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

Shades of Persian Green #02AA9D

Tints of Persian Green #02AA9D

Color information

#02AA9D (or 0x02AA9D) is unknown color: approx Persian Green. HEX triplet: 02, AA and 9D. RGB value is (2,170,157). Sum of RGB (Red+Green+Blue) = 2+170+157=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AA9D is #FD5562. Grayscale: #767676. Windows color (decimal): -16602467 or 10332674. OLE color: 10332674.

HSL color Cylindrical-coordinate representation of color #02AA9D: hue angle of 175.36º 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 #02AA9D is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB2170157-
CMYK0.9900.080.33
HSL175.36º97.67%33.73%-
HSV(B)175.36º98.82%66.67%-
XYZ20.4931.236.84-
YUV118.29149.8445.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 170 (66.80% from 255) = 51.67%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=0.61%
G=51.67%
B=47.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21701570.9900.080.33175.3697.6733.73
Hex2AA9D630821af6222
Octal22522351430104125714242
Binary101010101010011101110001101000100001101011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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