#72EACF

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

Shades of Aquamarine #72EACF

Tints of Aquamarine #72EACF

Color information

#72EACF (or 0x72EACF) is unknown color: approx Aquamarine. HEX triplet: 72, EA and CF. RGB value is (114,234,207). Sum of RGB (Red+Green+Blue) = 114+234+207=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #72EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EACF is #8D1530. Grayscale: #C3C3C3. Windows color (decimal): -9246001 or 13625970. OLE color: 13625970.

HSL color Cylindrical-coordinate representation of color #72EACF: hue angle of 166.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EACF is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB114234207-
CMYK0.5100.120.08
HSL166.5º74.07%68.24%-
HSV(B)166.5º51.28%91.76%-
XYZ47.6266.9369.44-
YUV195.04134.7470.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.54%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=20.54%
G=42.16%
B=37.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142342070.5100.120.08166.574.0768.24
Hex72EACF330C8a64a44
Octal1623523176301410246112104
Binary111001011101010110011111100110110010001010011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,234,207); }

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

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

 a { background-color: rgb(114,234,207); }

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

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

 span { border-color: rgb(114,234,207); }

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