Html Css Color HEX #04AEA2 Persian Green

📋 copy color: '#04AEA2'

red 4 ◦ green 174 ◦ blue 162

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

Shades of Persian Green #04AEA2

Tints of Persian Green #04AEA2

RGB

 RED value IS 4 (1.95% from 255) = 1.18%

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

 BLUE value IS 162 (63.67% from 255) = 47.65%

R = 1.18%
G = 51.18%
B = 47.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#04AEA2 (or 0x04AEA2) is known color: Persian Green. HEX triplet: 04, AE and A2. RGB value is (4,174,162). Sum of RGB (Red+Green+Blue) = 4+174+162=340 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #04AEA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AEA2 is #FB515D. Grayscale: #797979. Windows color (decimal): -16470366 or 10661380. OLE color: 10661380.

HSL color Cylindrical-coordinate representation of color #04AEA2: hue angle of 175.76º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AEA2 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 174 162 -
CMYK 0.98 0 0.07 0.32
HSL 175.76º 0.96% 0.35% -
HSV(B) 175.76º 0.98% 0.68% -
XYZ 21.71 32.91 39.39 -
YUV 121.8 150.68 43.98 -
System Red Green Blue C M Y K H S L
Decimal 4 174 162 0.98 0 0.07 0.32 175.76 0.96 0.35
Hex 4 AE A2 62 0 7 20 B0 60 23
Octal 4 256 242 142 0 7 40 260 140 43
Binary 100 10101110 10100010 1100010 0 111 100000 10110000 1100000 100011

Color Harmonies of #04AEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AEA2

Black with #04AEA2

Text Example


Text Example

White with #04AEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04AEA2; }

 p { color: rgb(4,174,162); }

 H1.HeaderClassName
 {
   color: #04AEA2;
 }
 .AnyTagClassName
 {
   color: #04AEA2;
 }
</style>

background-color css

<style>
 a { background-color: #04AEA2; }

 a { background-color: rgb(4,174,162); }

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

border-color css

<style>
 span { border-color: #04AEA2; }

 span { border-color: rgb(4,174,162); }

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