#72EBA2

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

Shades of Medium Aquamarine #72EBA2

Tints of Medium Aquamarine #72EBA2

Color information

#72EBA2 (or 0x72EBA2) is unknown color: approx Medium Aquamarine. HEX triplet: 72, EB and A2. RGB value is (114,235,162). Sum of RGB (Red+Green+Blue) = 114+235+162=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #72EBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EBA2 is #8D145D. Grayscale: #BEBEBE. Windows color (decimal): -9245790 or 10677106. OLE color: 10677106.

HSL color Cylindrical-coordinate representation of color #72EBA2: hue angle of 143.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EBA2 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB114235162-
CMYK0.5100.310.08
HSL143.8º75.16%68.43%-
HSV(B)143.8º51.49%92.16%-
XYZ43.1765.644.57-
YUV190.5111.9173.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.31%
GREEN value IS 235 (92.19% from 255) = 45.99%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=22.31%
G=45.99%
B=31.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142351620.5100.310.08143.875.1668.43
Hex72EBA23301F8904b44
Octal1623532426303710220113104
Binary1110010111010111010001011001101111110001001000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,235,162); }

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

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

 a { background-color: rgb(114,235,162); }

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

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

 span { border-color: rgb(114,235,162); }

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