#72CDA0

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

Shades of Medium Aquamarine #72CDA0

Tints of Medium Aquamarine #72CDA0

Color information

#72CDA0 (or 0x72CDA0) is unknown color: approx Medium Aquamarine. HEX triplet: 72, CD and A0. RGB value is (114,205,160). Sum of RGB (Red+Green+Blue) = 114+205+160=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CDA0 is #8D325F. Grayscale: #ACACAC. Windows color (decimal): -9253472 or 10538354. OLE color: 10538354.

HSL color Cylindrical-coordinate representation of color #72CDA0: hue angle of 150.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CDA0 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB114205160-
CMYK0.4400.220.20
HSL150.33º47.64%62.55%-
HSV(B)150.33º44.39%80.39%-
XYZ35.1249.7841.02-
YUV172.66120.8586.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.80%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=23.80%
G=42.80%
B=33.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142051600.4400.220.20150.3347.6462.55
Hex72CDA02C0161496303f
Octal16231524054026242266077
Binary111001011001101101000001011000101101010010010110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,205,160); }

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

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

 a { background-color: rgb(114,205,160); }

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

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

 span { border-color: rgb(114,205,160); }

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