#72EFA7

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

Shades of Medium Aquamarine #72EFA7

Tints of Medium Aquamarine #72EFA7

Color information

#72EFA7 (or 0x72EFA7) is unknown color: approx Medium Aquamarine. HEX triplet: 72, EF and A7. RGB value is (114,239,167). Sum of RGB (Red+Green+Blue) = 114+239+167=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EFA7 is #8D1058. Grayscale: #C1C1C1. Windows color (decimal): -9244761 or 11005810. OLE color: 11005810.

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

Color convert

RGB114239167-
CMYK0.5200.300.06
HSL145.44º79.62%69.22%-
HSV(B)145.44º52.3%93.73%-
XYZ44.7868.147.34-
YUV193.42113.0971.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.92%
GREEN value IS 239 (93.75% from 255) = 45.96%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=21.92%
G=45.96%
B=32.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142391670.5200.300.06145.4479.6269.22
Hex72EFA73401E6915045
Octal162357247640366221120105
Binary111001011101111101001111101000111101101001000110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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