#72DEAC

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

Shades of Medium Aquamarine #72DEAC

Tints of Medium Aquamarine #72DEAC

Color information

#72DEAC (or 0x72DEAC) is unknown color: approx Medium Aquamarine. HEX triplet: 72, DE and AC. RGB value is (114,222,172). Sum of RGB (Red+Green+Blue) = 114+222+172=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #72DEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DEAC is #8D2153. Grayscale: #B8B8B8. Windows color (decimal): -9249108 or 11329138. OLE color: 11329138.

HSL color Cylindrical-coordinate representation of color #72DEAC: hue angle of 152.22º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DEAC is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB114222172-
CMYK0.4900.230.13
HSL152.22º62.07%65.88%-
HSV(B)152.22º48.65%87.06%-
XYZ40.5158.848.24-
YUV184.01121.2278.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.44%
GREEN value IS 222 (87.11% from 255) = 43.70%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=22.44%
G=43.70%
B=33.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142221720.4900.230.13152.2262.0765.88
Hex72DEAC31017D983e42
Octal162336254610271523076102
Binary111001011011110101011001100010101111101100110001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,222,172); }

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

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

 a { background-color: rgb(114,222,172); }

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

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

 span { border-color: rgb(114,222,172); }

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