#72D5AA

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

Shades of Medium Aquamarine #72D5AA

Tints of Medium Aquamarine #72D5AA

Color information

#72D5AA (or 0x72D5AA) is unknown color: approx Medium Aquamarine. HEX triplet: 72, D5 and AA. RGB value is (114,213,170). Sum of RGB (Red+Green+Blue) = 114+213+170=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #72D5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D5AA is #8D2A55. Grayscale: #B2B2B2. Windows color (decimal): -9251414 or 11195762. OLE color: 11195762.

HSL color Cylindrical-coordinate representation of color #72D5AA: hue angle of 153.94º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D5AA is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB114213170-
CMYK0.4600.200.16
HSL153.94º54.1%64.12%-
HSV(B)153.94º46.48%83.53%-
XYZ37.9954.0746.46-
YUV178.5123.282-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.94%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=22.94%
G=42.86%
B=34.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1142131700.4600.200.16153.9454.164.12
Hex72D5AA2E014109a3640
Octal162325252560242023266100
Binary1110010110101011010101010111001010010000100110101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,213,170); }

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

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

 a { background-color: rgb(114,213,170); }

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

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

 span { border-color: rgb(114,213,170); }

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