#72EBD9

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

Shades of Aquamarine #72EBD9

Tints of Aquamarine #72EBD9

Color information

#72EBD9 (or 0x72EBD9) is unknown color: approx Aquamarine. HEX triplet: 72, EB and D9. RGB value is (114,235,217). Sum of RGB (Red+Green+Blue) = 114+235+217=566 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.14% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #72EBD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EBD9 is #8D1426. Grayscale: #C4C4C4. Windows color (decimal): -9245735 or 14281586. OLE color: 14281586.

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

Color convert

RGB114235217-
CMYK0.5100.080.08
HSL171.07º75.16%68.43%-
HSV(B)171.07º51.49%92.16%-
XYZ49.176876.18-
YUV196.77139.4168.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.14%
GREEN value IS 235 (92.19% from 255) = 41.52%
BLUE value IS 217 (85.16% from 255) = 38.34%
R=20.14%
G=41.52%
B=38.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142352170.5100.080.08171.0775.1668.43
Hex72EBD933088ab4b44
Octal1623533316301010253113104
Binary111001011101011110110011100110100010001010101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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