Html Css Color HEX #02AEAA Persian Green

📋 copy color: '#02AEAA'

red 2 ◦ green 174 ◦ blue 170

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

Shades of Persian Green #02AEAA

Tints of Persian Green #02AEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.29%

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 0.58%
G = 50.29%
B = 49.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#02AEAA (or 0x02AEAA) is known color: Persian Green. HEX triplet: 02, AE and AA. RGB value is (2,174,170). Sum of RGB (Red+Green+Blue) = 2+174+170=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #02AEAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AEAA is #FD5155. Grayscale: #797979. Windows color (decimal): -16601430 or 11185666. OLE color: 11185666.

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

Color convert

RGB 2 174 170 -
CMYK 0.99 0 0.02 0.32
HSL 178.6º 0.98% 0.35% -
HSV(B) 178.6º 0.99% 0.68% -
XYZ 22.42 33.19 43.25 -
YUV 122.12 155.02 42.33 -
System Red Green Blue C M Y K H S L
Decimal 2 174 170 0.99 0 0.02 0.32 178.6 0.98 0.35
Hex 2 AE AA 63 0 2 20 B3 62 23
Octal 2 256 252 143 0 2 40 263 142 43
Binary 10 10101110 10101010 1100011 0 10 100000 10110011 1100010 100011

Color Harmonies of #02AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AEAA

Black with #02AEAA

Text Example


Text Example

White with #02AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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