#72D8A6

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

Shades of Medium Aquamarine #72D8A6

Tints of Medium Aquamarine #72D8A6

Color information

#72D8A6 (or 0x72D8A6) is unknown color: approx Medium Aquamarine. HEX triplet: 72, D8 and A6. RGB value is (114,216,166). Sum of RGB (Red+Green+Blue) = 114+216+166=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #72D8A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D8A6 is #8D2759. Grayscale: #B3B3B3. Windows color (decimal): -9250650 or 10934386. OLE color: 10934386.

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

Color convert

RGB114216166-
CMYK0.4700.230.15
HSL150.59º56.67%64.71%-
HSV(B)150.59º47.22%84.71%-
XYZ38.3855.4444.76-
YUV179.8120.2181.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.98%
GREEN value IS 216 (84.77% from 255) = 43.55%
BLUE value IS 166 (65.23% from 255) = 33.47%
R=22.98%
G=43.55%
B=33.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142161660.4700.230.15150.5956.6764.71
Hex72D8A62F017F973941
Octal162330246570271722771101
Binary111001011011000101001101011110101111111100101111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,216,166); }

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

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

 a { background-color: rgb(114,216,166); }

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

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

 span { border-color: rgb(114,216,166); }

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