Html Css Color HEX #02AA9E Persian Green

📋 copy color: '#02AA9E'

red 2 ◦ green 170 ◦ blue 158

#02AA9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #02AA9E

Tints of Persian Green #02AA9E

RGB

 RED value IS 2 (1.17% from 255) = 0.61%

 GREEN value IS 170 (66.8% from 255) = 51.52%

 BLUE value IS 158 (62.11% from 255) = 47.88%

R = 0.61%
G = 51.52%
B = 47.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#02AA9E (or 0x02AA9E) is known color: Persian Green. HEX triplet: 02, AA and 9E. RGB value is (2,170,158). Sum of RGB (Red+Green+Blue) = 2+170+158=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AA9E is #FD5561. Grayscale: #767676. Windows color (decimal): -16602466 or 10398210. OLE color: 10398210.

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

Color convert

RGB 2 170 158 -
CMYK 0.99 0 0.07 0.33
HSL 175.71º 0.98% 0.34% -
HSV(B) 175.71º 0.99% 0.67% -
XYZ 20.57 31.23 37.29 -
YUV 118.4 150.34 44.98 -
System Red Green Blue C M Y K H S L
Decimal 2 170 158 0.99 0 0.07 0.33 175.71 0.98 0.34
Hex 2 AA 9E 63 0 7 21 B0 62 22
Octal 2 252 236 143 0 7 41 260 142 42
Binary 10 10101010 10011110 1100011 0 111 100001 10110000 1100010 100010

Color Harmonies of #02AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA9E

Black with #02AA9E

Text Example


Text Example

White with #02AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02AA9E;
 }
 .AnyTagClassName
 {
   color: #02AA9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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