#72EB9E

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

Shades of Medium Aquamarine #72EB9E

Tints of Medium Aquamarine #72EB9E

Color information

#72EB9E (or 0x72EB9E) is unknown color: approx Medium Aquamarine. HEX triplet: 72, EB and 9E. RGB value is (114,235,158). Sum of RGB (Red+Green+Blue) = 114+235+158=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #72EB9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EB9E is #8D1461. Grayscale: #BEBEBE. Windows color (decimal): -9245794 or 10414962. OLE color: 10414962.

HSL color Cylindrical-coordinate representation of color #72EB9E: hue angle of 141.82º 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 #72EB9E is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB114235158-
CMYK0.5100.330.08
HSL141.82º75.16%68.43%-
HSV(B)141.82º51.49%92.16%-
XYZ42.8265.4642.73-
YUV190.04109.9173.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.49%
GREEN value IS 235 (92.19% from 255) = 46.35%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=22.49%
G=46.35%
B=31.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142351580.5100.330.08141.8275.1668.43
Hex72EB9E3302188e4b44
Octal1623532366304110216113104
Binary11100101110101110011110110011010000110001000111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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