#72DFAF

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

Shades of Medium Aquamarine #72DFAF

Tints of Medium Aquamarine #72DFAF

Color information

#72DFAF (or 0x72DFAF) is unknown color: approx Medium Aquamarine. HEX triplet: 72, DF and AF. RGB value is (114,223,175). Sum of RGB (Red+Green+Blue) = 114+223+175=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DFAF is #8D2050. Grayscale: #B9B9B9. Windows color (decimal): -9248849 or 11526002. OLE color: 11526002.

HSL color Cylindrical-coordinate representation of color #72DFAF: hue angle of 153.58º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DFAF is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB114223175-
CMYK0.4900.220.13
HSL153.58º63.01%66.08%-
HSV(B)153.58º48.88%87.45%-
XYZ41.0659.4549.87-
YUV184.94122.3977.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.27%
GREEN value IS 223 (87.5% from 255) = 43.55%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=22.27%
G=43.55%
B=34.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142231750.4900.220.13153.5863.0166.08
Hex72DFAF31016D9a3f42
Octal162337257610261523277102
Binary111001011011111101011111100010101101101100110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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