#72FAD6

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

Shades of Aquamarine #72FAD6

Tints of Aquamarine #72FAD6

Color information

#72FAD6 (or 0x72FAD6) is unknown color: approx Aquamarine. HEX triplet: 72, FA and D6. RGB value is (114,250,214). Sum of RGB (Red+Green+Blue) = 114+250+214=578 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.72% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #72FAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FAD6 is #8D0529. Grayscale: #CDCDCD. Windows color (decimal): -9241898 or 14088818. OLE color: 14088818.

HSL color Cylindrical-coordinate representation of color #72FAD6: hue angle of 164.12º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72FAD6 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB114250214-
CMYK0.5400.140.02
HSL164.12º93.15%71.37%-
HSV(B)164.12º54.4%98.04%-
XYZ53.2676.875.64-
YUV205.23132.9462.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.72%
GREEN value IS 250 (98.05% from 255) = 43.25%
BLUE value IS 214 (83.98% from 255) = 37.02%
R=19.72%
G=43.25%
B=37.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142502140.5400.140.02164.1293.1571.37
Hex72FAD6360E2a45d47
Octal162372326660162244135107
Binary1110010111110101101011011011001110101010010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,250,214); }

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

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

 a { background-color: rgb(114,250,214); }

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

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

 span { border-color: rgb(114,250,214); }

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