#72DEB0

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

Shades of Medium Aquamarine #72DEB0

Tints of Medium Aquamarine #72DEB0

Color information

#72DEB0 (or 0x72DEB0) is unknown color: approx Medium Aquamarine. HEX triplet: 72, DE and B0. RGB value is (114,222,176). Sum of RGB (Red+Green+Blue) = 114+222+176=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #72DEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DEB0 is #8D214F. Grayscale: #B8B8B8. Windows color (decimal): -9249104 or 11591282. OLE color: 11591282.

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

Color convert

RGB114222176-
CMYK0.4900.210.13
HSL154.44º62.07%65.88%-
HSV(B)154.44º48.65%87.06%-
XYZ40.958.9550.3-
YUV184.46123.2277.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.27%
GREEN value IS 222 (87.11% from 255) = 43.36%
BLUE value IS 176 (69.14% from 255) = 34.38%
R=22.27%
G=43.36%
B=34.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142221760.4900.210.13154.4462.0765.88
Hex72DEB031015D9a3e42
Octal162336260610251523276102
Binary111001011011110101100001100010101011101100110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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