#72edaf

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

Shades of Medium Aquamarine #72EDAF

Tints of Medium Aquamarine #72EDAF

Color information

#72EDAF (or 0x72EDAF) is unknown color: approx Medium Aquamarine. HEX triplet: 72, ED and AF. RGB value is (114,237,175). Sum of RGB (Red+Green+Blue) = 114+237+175=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #72EDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EDAF is #8D1250. Grayscale: #C1C1C1. Windows color (decimal): -9245265 or 11529586. OLE color: 11529586.

HSL color Cylindrical-coordinate representation of color #72EDAF: hue angle of 149.76º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EDAF is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB114237175-
CMYK0.5200.260.07
HSL149.76º77.36%68.82%-
HSV(B)149.76º51.9%92.94%-
XYZ44.9667.2451.17-
YUV193.15117.7571.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.67%
GREEN value IS 237 (92.97% from 255) = 45.06%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=21.67%
G=45.06%
B=33.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142371750.5200.260.07149.7677.3668.82
Hex72EDAF3401A7964d45
Octal162355257640327226115105
Binary111001011101101101011111101000110101111001011010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72edaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,237,175); }

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

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

 a { background-color: rgb(114,237,175); }

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

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

 span { border-color: rgb(114,237,175); }

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