#72DAAE

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

Shades of Medium Aquamarine #72DAAE

Tints of Medium Aquamarine #72DAAE

Color information

#72DAAE (or 0x72DAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 72, DA and AE. RGB value is (114,218,174). Sum of RGB (Red+Green+Blue) = 114+218+174=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #72DAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DAAE is #8D2551. Grayscale: #B5B5B5. Windows color (decimal): -9250130 or 11459186. OLE color: 11459186.

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

Color convert

RGB114218174-
CMYK0.4800.200.15
HSL154.62º58.43%65.1%-
HSV(B)154.62º47.71%85.49%-
XYZ39.6556.7848.91-
YUV181.89123.5479.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 218 (85.55% from 255) = 43.08%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=22.53%
G=43.08%
B=34.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142181740.4800.200.15154.6258.4365.1
Hex72DAAE30014F9b3a41
Octal162332256600241723372101
Binary111001011011010101011101100000101001111100110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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