#72DDA1

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

Shades of Medium Aquamarine #72DDA1

Tints of Medium Aquamarine #72DDA1

Color information

#72DDA1 (or 0x72DDA1) is unknown color: approx Medium Aquamarine. HEX triplet: 72, DD and A1. RGB value is (114,221,161). Sum of RGB (Red+Green+Blue) = 114+221+161=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #72DDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DDA1 is #8D225E. Grayscale: #B6B6B6. Windows color (decimal): -9249375 or 10607986. OLE color: 10607986.

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

Color convert

RGB114221161-
CMYK0.4800.270.13
HSL146.36º61.14%65.69%-
HSV(B)146.36º48.42%86.67%-
XYZ39.2357.8642.82-
YUV182.17116.0579.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.98%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 161 (63.28% from 255) = 32.46%
R=22.98%
G=44.56%
B=32.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142211610.4800.270.13146.3661.1465.69
Hex72DDA13001BD923d42
Octal162335241600331522275102
Binary111001011011101101000011100000110111101100100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,221,161); }

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

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

 a { background-color: rgb(114,221,161); }

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

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

 span { border-color: rgb(114,221,161); }

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