#72C5A8

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

Shades of Medium Aquamarine #72C5A8

Tints of Medium Aquamarine #72C5A8

Color information

#72C5A8 (or 0x72C5A8) is unknown color: approx Medium Aquamarine. HEX triplet: 72, C5 and A8. RGB value is (114,197,168). Sum of RGB (Red+Green+Blue) = 114+197+168=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #72C5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C5A8 is #8D3A57. Grayscale: #A8A8A8. Windows color (decimal): -9255512 or 11060594. OLE color: 11060594.

HSL color Cylindrical-coordinate representation of color #72C5A8: hue angle of 159.04º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C5A8 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB114197168-
CMYK0.4200.150.23
HSL159.04º41.71%60.98%-
HSV(B)159.04º42.13%77.25%-
XYZ33.9746.3444.2-
YUV168.88127.588.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.80%
GREEN value IS 197 (77.34% from 255) = 41.13%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=23.80%
G=41.13%
B=35.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1141971680.4200.150.23159.0441.7160.98
Hex72C5A82A0F179f2a3d
Octal16230525052017272375275
Binary11100101100010110101000101010011111011110011111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,197,168); }

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

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

 a { background-color: rgb(114,197,168); }

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

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

 span { border-color: rgb(114,197,168); }

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