#72D1A1

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

Shades of Medium Aquamarine #72D1A1

Tints of Medium Aquamarine #72D1A1

Color information

#72D1A1 (or 0x72D1A1) is unknown color: approx Medium Aquamarine. HEX triplet: 72, D1 and A1. RGB value is (114,209,161). Sum of RGB (Red+Green+Blue) = 114+209+161=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #72D1A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D1A1 is #8D2E5E. Grayscale: #AFAFAF. Windows color (decimal): -9252447 or 10604914. OLE color: 10604914.

HSL color Cylindrical-coordinate representation of color #72D1A1: hue angle of 149.68º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D1A1 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB114209161-
CMYK0.4500.230.18
HSL149.68º50.8%63.33%-
HSV(B)149.68º45.45%81.96%-
XYZ36.1751.7541.8-
YUV175.12120.0384.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.55%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=23.55%
G=43.18%
B=33.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142091610.4500.230.18149.6850.863.33
Hex72D1A12D0171296333f
Octal16232124155027222266377
Binary111001011010001101000011011010101111001010010110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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