#72E7A1

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

Shades of Medium Aquamarine #72E7A1

Tints of Medium Aquamarine #72E7A1

Color information

#72E7A1 (or 0x72E7A1) is unknown color: approx Medium Aquamarine. HEX triplet: 72, E7 and A1. RGB value is (114,231,161). Sum of RGB (Red+Green+Blue) = 114+231+161=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #72E7A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E7A1 is #8D185E. Grayscale: #BCBCBC. Windows color (decimal): -9246815 or 10610546. OLE color: 10610546.

HSL color Cylindrical-coordinate representation of color #72E7A1: hue angle of 144.1º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E7A1 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB114231161-
CMYK0.5100.300.09
HSL144.1º70.91%67.65%-
HSV(B)144.1º50.65%90.59%-
XYZ41.9563.343.73-
YUV188.04112.7475.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 231 (90.62% from 255) = 45.65%
BLUE value IS 161 (63.28% from 255) = 31.82%
R=22.53%
G=45.65%
B=31.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1142311610.5100.300.09144.170.9167.65
Hex72E7A13301E9904744
Octal1623472416303611220107104
Binary1110010111001111010000111001101111010011001000010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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