#72E4AE

Color #72E4AE Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #72E4AE

Tints of Medium Aquamarine #72E4AE

Color information

#72E4AE (or 0x72E4AE) is unknown color: approx Medium Aquamarine. HEX triplet: 72, E4 and AE. RGB value is (114,228,174). Sum of RGB (Red+Green+Blue) = 114+228+174=516 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.09% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #72E4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E4AE is #8D1B51. Grayscale: #BBBBBB. Windows color (decimal): -9247570 or 11461746. OLE color: 11461746.

HSL color Cylindrical-coordinate representation of color #72E4AE: hue angle of 151.58º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E4AE is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB114228174-
CMYK0.5000.240.11
HSL151.58º67.86%67.06%-
HSV(B)151.58º50%89.41%-
XYZ42.3262.1249.8-
YUV187.76120.2375.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.09%
GREEN value IS 228 (89.45% from 255) = 44.19%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=22.09%
G=44.19%
B=33.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1142281740.5000.240.11151.5867.8667.06
Hex72E4AE32018B984443
Octal1623442566203013230104103
Binary1110010111001001010111011001001100010111001100010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72E4AE; }

 p { color: rgb(114,228,174); }

 H1.HeaderClassName
 {
   color: #72E4AE;
 }
 .AnyTagClassName
 {
   color: #72E4AE;
 }
</style>
background-color css

<style>
 a { background-color: #72E4AE; }

 a { background-color: rgb(114,228,174); }

 div.DivClassName
 {
   background-color: #72E4AE;
 }
 .BgClassName
 {
   background-color: #72E4AE;
 }
</style>
border-color css

<style>
 span { border-color: #72E4AE; }

 span { border-color: rgb(114,228,174); }

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