#72F8E2

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

Shades of Aquamarine #72F8E2

Tints of Aquamarine #72F8E2

Color information

#72F8E2 (or 0x72F8E2) is unknown color: approx Aquamarine. HEX triplet: 72, F8 and E2. RGB value is (114,248,226). Sum of RGB (Red+Green+Blue) = 114+248+226=588 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.39% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #72F8E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F8E2 is #8D071D. Grayscale: #CDCDCD. Windows color (decimal): -9242398 or 14874738. OLE color: 14874738.

HSL color Cylindrical-coordinate representation of color #72F8E2: hue angle of 170.15º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F8E2 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB114248226-
CMYK0.5400.090.03
HSL170.15º90.54%70.98%-
HSV(B)170.15º54.03%97.25%-
XYZ54.2376.283.8-
YUV205.43139.6162.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.39%
GREEN value IS 248 (97.27% from 255) = 42.18%
BLUE value IS 226 (88.67% from 255) = 38.44%
R=19.39%
G=42.18%
B=38.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1142482260.5400.090.03170.1590.5470.98
Hex72F8E236093aa5b47
Octal162370342660113252133107
Binary1110010111110001110001011011001001111010101010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,248,226); }

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

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

 a { background-color: rgb(114,248,226); }

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

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

 span { border-color: rgb(114,248,226); }

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