#72EFAF

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

Shades of Medium Aquamarine #72EFAF

Tints of Medium Aquamarine #72EFAF

Color information

#72EFAF (or 0x72EFAF) is unknown color: approx Medium Aquamarine. HEX triplet: 72, EF and AF. RGB value is (114,239,175). Sum of RGB (Red+Green+Blue) = 114+239+175=528 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.59% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EFAF is #8D1050. Grayscale: #C2C2C2. Windows color (decimal): -9244753 or 11530098. OLE color: 11530098.

HSL color Cylindrical-coordinate representation of color #72EFAF: hue angle of 149.28º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EFAF is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB114239175-
CMYK0.5200.270.06
HSL149.28º79.62%69.22%-
HSV(B)149.28º52.3%93.73%-
XYZ45.5468.4151.36-
YUV194.33117.0970.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.59%
GREEN value IS 239 (93.75% from 255) = 45.27%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=21.59%
G=45.27%
B=33.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142391750.5200.270.06149.2879.6269.22
Hex72EFAF3401B6955045
Octal162357257640336225120105
Binary111001011101111101011111101000110111101001010110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,239,175); }

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

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

 a { background-color: rgb(114,239,175); }

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

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

 span { border-color: rgb(114,239,175); }

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