#72eba9

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

Shades of Medium Aquamarine #72EBA9

Tints of Medium Aquamarine #72EBA9

Color information

#72EBA9 (or 0x72EBA9) is unknown color: approx Medium Aquamarine. HEX triplet: 72, EB and A9. RGB value is (114,235,169). Sum of RGB (Red+Green+Blue) = 114+235+169=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #72EBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EBA9 is #8D1456. Grayscale: #BFBFBF. Windows color (decimal): -9245783 or 11135858. OLE color: 11135858.

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

Color convert

RGB114235169-
CMYK0.5100.280.08
HSL147.27º75.16%68.43%-
HSV(B)147.27º51.49%92.16%-
XYZ43.8165.8647.94-
YUV191.3115.4172.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.01%
GREEN value IS 235 (92.19% from 255) = 45.37%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=22.01%
G=45.37%
B=32.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142351690.5100.280.08147.2775.1668.43
Hex72EBA93301C8934b44
Octal1623532516303410223113104
Binary1110010111010111010100111001101110010001001001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72eba9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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