#72E6A7

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

Shades of Medium Aquamarine #72E6A7

Tints of Medium Aquamarine #72E6A7

Color information

#72E6A7 (or 0x72E6A7) is unknown color: approx Medium Aquamarine. HEX triplet: 72, E6 and A7. RGB value is (114,230,167). Sum of RGB (Red+Green+Blue) = 114+230+167=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #72E6A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E6A7 is #8D1958. Grayscale: #BCBCBC. Windows color (decimal): -9247065 or 11003506. OLE color: 11003506.

HSL color Cylindrical-coordinate representation of color #72E6A7: hue angle of 147.41º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E6A7 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB114230167-
CMYK0.5000.270.10
HSL147.41º69.88%67.45%-
HSV(B)147.41º50.43%90.2%-
XYZ42.2162.9646.49-
YUV188.13116.0775.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.31%
GREEN value IS 230 (90.23% from 255) = 45.01%
BLUE value IS 167 (65.62% from 255) = 32.68%
R=22.31%
G=45.01%
B=32.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1142301670.5000.270.10147.4169.8867.45
Hex72E6A73201BA934643
Octal1623462476203312223106103
Binary1110010111001101010011111001001101110101001001110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,230,167); }

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

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

 a { background-color: rgb(114,230,167); }

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

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

 span { border-color: rgb(114,230,167); }

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