#72EFD0

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

Shades of Aquamarine #72EFD0

Tints of Aquamarine #72EFD0

Color information

#72EFD0 (or 0x72EFD0) is unknown color: approx Aquamarine. HEX triplet: 72, EF and D0. RGB value is (114,239,208). Sum of RGB (Red+Green+Blue) = 114+239+208=561 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.32% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFD0 is #8D102F. Grayscale: #C6C6C6. Windows color (decimal): -9244720 or 13692786. OLE color: 13692786.

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

Color convert

RGB114239208-
CMYK0.5200.130.06
HSL165.12º79.62%69.22%-
HSV(B)165.12º52.3%93.73%-
XYZ49.1969.8670.57-
YUV198.09133.5968.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.32%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=20.32%
G=42.60%
B=37.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142392080.5200.130.06165.1279.6269.22
Hex72EFD0340D6a55045
Octal162357320640156245120105
Binary11100101110111111010000110100011011101010010110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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