#72D5AC

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

Shades of Medium Aquamarine #72D5AC

Tints of Medium Aquamarine #72D5AC

Color information

#72D5AC (or 0x72D5AC) is unknown color: approx Medium Aquamarine. HEX triplet: 72, D5 and AC. RGB value is (114,213,172). Sum of RGB (Red+Green+Blue) = 114+213+172=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #72D5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D5AC is #8D2A53. Grayscale: #B2B2B2. Windows color (decimal): -9251412 or 11326834. OLE color: 11326834.

HSL color Cylindrical-coordinate representation of color #72D5AC: hue angle of 155.15º 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 #72D5AC is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB114213172-
CMYK0.4600.190.16
HSL155.15º54.1%64.12%-
HSV(B)155.15º46.48%83.53%-
XYZ38.1854.1447.47-
YUV178.72124.281.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.85%
GREEN value IS 213 (83.59% from 255) = 42.69%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=22.85%
G=42.69%
B=34.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1142131720.4600.190.16155.1554.164.12
Hex72D5AC2E013109b3640
Octal162325254560232023366100
Binary1110010110101011010110010111001001110000100110111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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