#72ECAE

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

Shades of Medium Aquamarine #72ECAE

Tints of Medium Aquamarine #72ECAE

Color information

#72ECAE (or 0x72ECAE) is unknown color: approx Medium Aquamarine. HEX triplet: 72, EC and AE. RGB value is (114,236,174). Sum of RGB (Red+Green+Blue) = 114+236+174=524 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.76% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72ECAE is #8D1351. Grayscale: #C0C0C0. Windows color (decimal): -9245522 or 11463794. OLE color: 11463794.

HSL color Cylindrical-coordinate representation of color #72ECAE: hue angle of 149.51º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72ECAE is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB114236174-
CMYK0.5200.260.07
HSL149.51º76.25%68.63%-
HSV(B)149.51º51.69%92.55%-
XYZ44.5766.6250.55-
YUV192.45117.5872.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.76%
GREEN value IS 236 (92.58% from 255) = 45.04%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=21.76%
G=45.04%
B=33.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142361740.5200.260.07149.5176.2568.63
Hex72ECAE3401A7964c45
Octal162354256640327226114105
Binary111001011101100101011101101000110101111001011010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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