#72DAAB

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

Shades of Medium Aquamarine #72DAAB

Tints of Medium Aquamarine #72DAAB

Color information

#72DAAB (or 0x72DAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 72, DA and AB. RGB value is (114,218,171). Sum of RGB (Red+Green+Blue) = 114+218+171=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #72DAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DAAB is #8D2554. Grayscale: #B5B5B5. Windows color (decimal): -9250133 or 11262578. OLE color: 11262578.

HSL color Cylindrical-coordinate representation of color #72DAAB: hue angle of 152.88º 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 #72DAAB is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB114218171-
CMYK0.4800.220.15
HSL152.88º58.43%65.1%-
HSV(B)152.88º47.71%85.49%-
XYZ39.3656.6647.39-
YUV181.55122.0479.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.66%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=22.66%
G=43.34%
B=34.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142181710.4800.220.15152.8858.4365.1
Hex72DAAB30016F993a41
Octal162332253600261723172101
Binary111001011011010101010111100000101101111100110011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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