#72E4A8

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

Shades of Medium Aquamarine #72E4A8

Tints of Medium Aquamarine #72E4A8

Color information

#72E4A8 (or 0x72E4A8) is unknown color: approx Medium Aquamarine. HEX triplet: 72, E4 and A8. RGB value is (114,228,168). Sum of RGB (Red+Green+Blue) = 114+228+168=510 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.35% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #72E4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E4A8 is #8D1B57. Grayscale: #BBBBBB. Windows color (decimal): -9247576 or 11068530. OLE color: 11068530.

HSL color Cylindrical-coordinate representation of color #72E4A8: hue angle of 148.42º 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 #72E4A8 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB114228168-
CMYK0.5000.260.11
HSL148.42º67.86%67.06%-
HSV(B)148.42º50%89.41%-
XYZ41.7561.8946.79-
YUV187.07117.2375.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.35%
GREEN value IS 228 (89.45% from 255) = 44.71%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=22.35%
G=44.71%
B=32.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1142281680.5000.260.11148.4267.8667.06
Hex72E4A83201AB944443
Octal1623442506203213224104103
Binary1110010111001001010100011001001101010111001010010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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