#72E1AE

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

Shades of Medium Aquamarine #72E1AE

Tints of Medium Aquamarine #72E1AE

Color information

#72E1AE (or 0x72E1AE) is unknown color: approx Medium Aquamarine. HEX triplet: 72, E1 and AE. RGB value is (114,225,174). Sum of RGB (Red+Green+Blue) = 114+225+174=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #72E1AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E1AE is #8D1E51. Grayscale: #BABABA. Windows color (decimal): -9248338 or 11460978. OLE color: 11460978.

HSL color Cylindrical-coordinate representation of color #72E1AE: hue angle of 152.43º degrees, saturation: 0.65, 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 #72E1AE is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB114225174-
CMYK0.4900.230.12
HSL152.43º64.91%66.47%-
HSV(B)152.43º49.33%88.24%-
XYZ41.560.4849.53-
YUV186121.2376.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.22%
GREEN value IS 225 (88.28% from 255) = 43.86%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=22.22%
G=43.86%
B=33.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1142251740.4900.230.12152.4364.9166.47
Hex72E1AE31017C984142
Octal1623412566102714230101102
Binary1110010111000011010111011000101011111001001100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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