#72F6AE

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

Shades of Aquamarine #72F6AE

Tints of Aquamarine #72F6AE

Color information

#72F6AE (or 0x72F6AE) is unknown color: approx Aquamarine. HEX triplet: 72, F6 and AE. RGB value is (114,246,174). Sum of RGB (Red+Green+Blue) = 114+246+174=534 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.35% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #72F6AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F6AE is #8D0951. Grayscale: #C6C6C6. Windows color (decimal): -9242962 or 11466354. OLE color: 11466354.

HSL color Cylindrical-coordinate representation of color #72F6AE: hue angle of 147.27º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F6AE is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB114246174-
CMYK0.5400.290.04
HSL147.27º88%70.59%-
HSV(B)147.27º53.66%96.47%-
XYZ47.5472.5451.54-
YUV198.32114.2767.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.35%
GREEN value IS 246 (96.48% from 255) = 46.07%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=21.35%
G=46.07%
B=32.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142461740.5400.290.04147.278870.59
Hex72F6AE3601D4935847
Octal162366256660354223130107
Binary111001011110110101011101101100111011001001001110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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