#72e0a3

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

Shades of Medium Aquamarine #72E0A3

Tints of Medium Aquamarine #72E0A3

Color information

#72E0A3 (or 0x72E0A3) is unknown color: approx Medium Aquamarine. HEX triplet: 72, E0 and A3. RGB value is (114,224,163). Sum of RGB (Red+Green+Blue) = 114+224+163=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #72E0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E0A3 is #8D1F5C. Grayscale: #B8B8B8. Windows color (decimal): -9248605 or 10739826. OLE color: 10739826.

HSL color Cylindrical-coordinate representation of color #72E0A3: hue angle of 146.73º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E0A3 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB114224163-
CMYK0.4900.270.12
HSL146.73º63.95%66.27%-
HSV(B)146.73º49.11%87.84%-
XYZ40.2159.5344.02-
YUV184.16116.0677.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.75%
GREEN value IS 224 (87.89% from 255) = 44.71%
BLUE value IS 163 (64.06% from 255) = 32.53%
R=22.75%
G=44.71%
B=32.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1142241630.4900.270.12146.7363.9566.27
Hex72E0A33101BC934042
Octal1623402436103314223100102
Binary1110010111000001010001111000101101111001001001110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72e0a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,224,163); }

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

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

 a { background-color: rgb(114,224,163); }

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

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

 span { border-color: rgb(114,224,163); }

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