#72F2AE

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

Shades of Medium Aquamarine #72F2AE

Tints of Medium Aquamarine #72F2AE

Color information

#72F2AE (or 0x72F2AE) is unknown color: approx Medium Aquamarine. HEX triplet: 72, F2 and AE. RGB value is (114,242,174). Sum of RGB (Red+Green+Blue) = 114+242+174=530 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.51% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #72F2AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F2AE is #8D0D51. Grayscale: #C4C4C4. Windows color (decimal): -9243986 or 11465330. OLE color: 11465330.

HSL color Cylindrical-coordinate representation of color #72F2AE: hue angle of 148.12º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F2AE is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB114242174-
CMYK0.5300.280.05
HSL148.12º83.12%69.8%-
HSV(B)148.12º52.89%94.9%-
XYZ46.3370.1451.14-
YUV195.98115.5969.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.51%
GREEN value IS 242 (94.92% from 255) = 45.66%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=21.51%
G=45.66%
B=32.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142421740.5300.280.05148.1283.1269.8
Hex72F2AE3501C5945346
Octal162362256650345224123106
Binary111001011110010101011101101010111001011001010010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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