Html Css Color HEX #02AEA3 Persian Green

📋 copy color: '#02AEA3'

red 2 ◦ green 174 ◦ blue 163

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

Shades of Persian Green #02AEA3

Tints of Persian Green #02AEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 48.08%

R = 0.59%
G = 51.33%
B = 48.08%

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

#02AEA3 (or 0x02AEA3) is known color: Persian Green. HEX triplet: 02, AE and A3. RGB value is (2,174,163). Sum of RGB (Red+Green+Blue) = 2+174+163=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #02AEA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AEA3 is #FD515C. Grayscale: #797979. Windows color (decimal): -16601437 or 10726914. OLE color: 10726914.

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

Color convert

RGB 2 174 163 -
CMYK 0.99 0 0.06 0.32
HSL 176.16º 0.98% 0.35% -
HSV(B) 176.16º 0.99% 0.68% -
XYZ 21.77 32.93 39.86 -
YUV 121.32 151.52 42.89 -
System Red Green Blue C M Y K H S L
Decimal 2 174 163 0.99 0 0.06 0.32 176.16 0.98 0.35
Hex 2 AE A3 63 0 6 20 B0 62 23
Octal 2 256 243 143 0 6 40 260 142 43
Binary 10 10101110 10100011 1100011 0 110 100000 10110000 1100010 100011

Color Harmonies of #02AEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AEA3

Black with #02AEA3

Text Example


Text Example

White with #02AEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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