#72DAAC

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

Shades of Medium Aquamarine #72DAAC

Tints of Medium Aquamarine #72DAAC

Color information

#72DAAC (or 0x72DAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 72, DA and AC. RGB value is (114,218,172). Sum of RGB (Red+Green+Blue) = 114+218+172=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #72DAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DAAC is #8D2553. Grayscale: #B5B5B5. Windows color (decimal): -9250132 or 11328114. OLE color: 11328114.

HSL color Cylindrical-coordinate representation of color #72DAAC: hue angle of 153.46º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DAAC is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB114218172-
CMYK0.4800.210.15
HSL153.46º58.43%65.1%-
HSV(B)153.46º47.71%85.49%-
XYZ39.4656.747.89-
YUV181.66122.5479.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.62%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=22.62%
G=43.25%
B=34.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142181720.4800.210.15153.4658.4365.1
Hex72DAAC30015F993a41
Octal162332254600251723172101
Binary111001011011010101011001100000101011111100110011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,218,172); }

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

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

 a { background-color: rgb(114,218,172); }

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

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

 span { border-color: rgb(114,218,172); }

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