#72D89F

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

Shades of Medium Aquamarine #72D89F

Tints of Medium Aquamarine #72D89F

Color information

#72D89F (or 0x72D89F) is unknown color: approx Medium Aquamarine. HEX triplet: 72, D8 and 9F. RGB value is (114,216,159). Sum of RGB (Red+Green+Blue) = 114+216+159=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #72D89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D89F is #8D2760. Grayscale: #B3B3B3. Windows color (decimal): -9250657 or 10475634. OLE color: 10475634.

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

Color convert

RGB114216159-
CMYK0.4700.260.15
HSL146.47º56.67%64.71%-
HSV(B)146.47º47.22%84.71%-
XYZ37.7555.1941.46-
YUV179116.7181.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.31%
GREEN value IS 216 (84.77% from 255) = 44.17%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=23.31%
G=44.17%
B=32.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142161590.4700.260.15146.4756.6764.71
Hex72D89F2F01AF923941
Octal162330237570321722271101
Binary111001011011000100111111011110110101111100100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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