#72EFCE

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

Shades of Aquamarine #72EFCE

Tints of Aquamarine #72EFCE

Color information

#72EFCE (or 0x72EFCE) is unknown color: approx Aquamarine. HEX triplet: 72, EF and CE. RGB value is (114,239,206). Sum of RGB (Red+Green+Blue) = 114+239+206=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFCE is #8D1031. Grayscale: #C5C5C5. Windows color (decimal): -9244722 or 13561714. OLE color: 13561714.

HSL color Cylindrical-coordinate representation of color #72EFCE: hue angle of 164.16º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EFCE is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB114239206-
CMYK0.5200.140.06
HSL164.16º79.62%69.22%-
HSV(B)164.16º52.3%93.73%-
XYZ48.9569.7769.28-
YUV197.86132.5968.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.39%
GREEN value IS 239 (93.75% from 255) = 42.75%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=20.39%
G=42.75%
B=36.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142392060.5200.140.06164.1679.6269.22
Hex72EFCE340E6a45045
Octal162357316640166244120105
Binary11100101110111111001110110100011101101010010010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,239,206); }

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

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

 a { background-color: rgb(114,239,206); }

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

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

 span { border-color: rgb(114,239,206); }

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