#72E6B1

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

Shades of Medium Aquamarine #72E6B1

Tints of Medium Aquamarine #72E6B1

Color information

#72E6B1 (or 0x72E6B1) is unknown color: approx Medium Aquamarine. HEX triplet: 72, E6 and B1. RGB value is (114,230,177). Sum of RGB (Red+Green+Blue) = 114+230+177=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #72E6B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E6B1 is #8D194E. Grayscale: #BDBDBD. Windows color (decimal): -9247055 or 11658866. OLE color: 11658866.

HSL color Cylindrical-coordinate representation of color #72E6B1: hue angle of 152.59º 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 #72E6B1 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB114230177-
CMYK0.5000.230.10
HSL152.59º69.88%67.45%-
HSV(B)152.59º50.43%90.2%-
XYZ43.1763.3551.55-
YUV189.27121.0774.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.88%
GREEN value IS 230 (90.23% from 255) = 44.15%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=21.88%
G=44.15%
B=33.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1142301770.5000.230.10152.5969.8867.45
Hex72E6B132017A994643
Octal1623462616202712231106103
Binary1110010111001101011000111001001011110101001100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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