#72EFC6

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

Shades of Aquamarine #72EFC6

Tints of Aquamarine #72EFC6

Color information

#72EFC6 (or 0x72EFC6) is unknown color: approx Aquamarine. HEX triplet: 72, EF and C6. RGB value is (114,239,198). Sum of RGB (Red+Green+Blue) = 114+239+198=551 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.69% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFC6 is #8D1039. Grayscale: #C4C4C4. Windows color (decimal): -9244730 or 13037426. OLE color: 13037426.

HSL color Cylindrical-coordinate representation of color #72EFC6: hue angle of 160.32º 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 #72EFC6 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB114239198-
CMYK0.5200.170.06
HSL160.32º79.62%69.22%-
HSV(B)160.32º52.3%93.73%-
XYZ4869.3964.29-
YUV196.95128.5968.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.69%
GREEN value IS 239 (93.75% from 255) = 43.38%
BLUE value IS 198 (77.73% from 255) = 35.93%
R=20.69%
G=43.38%
B=35.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142391980.5200.170.06160.3279.6269.22
Hex72EFC6340116a05045
Octal162357306640216240120105
Binary111001011101111110001101101000100011101010000010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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