#72C5A5

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

Shades of Medium Aquamarine #72C5A5

Tints of Medium Aquamarine #72C5A5

Color information

#72C5A5 (or 0x72C5A5) is unknown color: approx Medium Aquamarine. HEX triplet: 72, C5 and A5. RGB value is (114,197,165). Sum of RGB (Red+Green+Blue) = 114+197+165=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #72C5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C5A5 is #8D3A5A. Grayscale: #A8A8A8. Windows color (decimal): -9255515 or 10863986. OLE color: 10863986.

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

Color convert

RGB114197165-
CMYK0.4200.160.23
HSL156.87º41.71%60.98%-
HSV(B)156.87º42.13%77.25%-
XYZ33.746.2342.74-
YUV168.5412689.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.95%
GREEN value IS 197 (77.34% from 255) = 41.39%
BLUE value IS 165 (64.84% from 255) = 34.66%
R=23.95%
G=41.39%
B=34.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1141971650.4200.160.23156.8741.7160.98
Hex72C5A52A010179d2a3d
Octal16230524552020272355275
Binary111001011000101101001011010100100001011110011101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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