#72EBDA

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

Shades of Aquamarine #72EBDA

Tints of Aquamarine #72EBDA

Color information

#72EBDA (or 0x72EBDA) is unknown color: approx Aquamarine. HEX triplet: 72, EB and DA. RGB value is (114,235,218). Sum of RGB (Red+Green+Blue) = 114+235+218=567 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.11% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #72EBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EBDA is #8D1425. Grayscale: #C4C4C4. Windows color (decimal): -9245734 or 14347122. OLE color: 14347122.

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

Color convert

RGB114235218-
CMYK0.5100.070.08
HSL171.57º75.16%68.43%-
HSV(B)171.57º51.49%92.16%-
XYZ49.368.0676.87-
YUV196.88139.9168.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.11%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=20.11%
G=41.45%
B=38.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142352180.5100.070.08171.5775.1668.43
Hex72EBDA33078ac4b44
Octal162353332630710254113104
Binary11100101110101111011010110011011110001010110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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