Html Css Color HEX #02AEA4 Persian Green

📋 copy color: '#02AEA4'

red 2 ◦ green 174 ◦ blue 164

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

Shades of Persian Green #02AEA4

Tints of Persian Green #02AEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.24%

R = 0.59%
G = 51.18%
B = 48.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#02AEA4 (or 0x02AEA4) is known color: Persian Green. HEX triplet: 02, AE and A4. RGB value is (2,174,164). Sum of RGB (Red+Green+Blue) = 2+174+164=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #02AEA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AEA4 is #FD515B. Grayscale: #797979. Windows color (decimal): -16601436 or 10792450. OLE color: 10792450.

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

Color convert

RGB 2 174 164 -
CMYK 0.99 0 0.06 0.32
HSL 176.51º 0.98% 0.35% -
HSV(B) 176.51º 0.99% 0.68% -
XYZ 21.86 32.97 40.33 -
YUV 121.43 152.02 42.81 -
System Red Green Blue C M Y K H S L
Decimal 2 174 164 0.99 0 0.06 0.32 176.51 0.98 0.35
Hex 2 AE A4 63 0 6 20 B1 62 23
Octal 2 256 244 143 0 6 40 261 142 43
Binary 10 10101110 10100100 1100011 0 110 100000 10110001 1100010 100011

Color Harmonies of #02AEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AEA4

Black with #02AEA4

Text Example


Text Example

White with #02AEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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