#72DEA8

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

Shades of Medium Aquamarine #72DEA8

Tints of Medium Aquamarine #72DEA8

Color information

#72DEA8 (or 0x72DEA8) is unknown color: approx Medium Aquamarine. HEX triplet: 72, DE and A8. RGB value is (114,222,168). Sum of RGB (Red+Green+Blue) = 114+222+168=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #72DEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DEA8 is #8D2157. Grayscale: #B7B7B7. Windows color (decimal): -9249112 or 11066994. OLE color: 11066994.

HSL color Cylindrical-coordinate representation of color #72DEA8: hue angle of 150º 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 #72DEA8 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB114222168-
CMYK0.4900.240.13
HSL150º62.07%65.88%-
HSV(B)150º48.65%87.06%-
XYZ40.1358.6546.25-
YUV183.55119.2278.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.62%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 168 (66.02% from 255) = 33.33%
R=22.62%
G=44.05%
B=33.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142221680.4900.240.1315062.0765.88
Hex72DEA831018D963e42
Octal162336250610301522676102
Binary111001011011110101010001100010110001101100101101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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