#72C0A0

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

Shades of Medium Aquamarine #72C0A0

Tints of Medium Aquamarine #72C0A0

Color information

#72C0A0 (or 0x72C0A0) is unknown color: approx Medium Aquamarine. HEX triplet: 72, C0 and A0. RGB value is (114,192,160). Sum of RGB (Red+Green+Blue) = 114+192+160=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #72C0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C0A0 is #8D3F5F. Grayscale: #A5A5A5. Windows color (decimal): -9256800 or 10535026. OLE color: 10535026.

HSL color Cylindrical-coordinate representation of color #72C0A0: hue angle of 155.38º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C0A0 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB114192160-
CMYK0.4100.170.25
HSL155.38º38.24%60%-
HSV(B)155.38º40.62%75.29%-
XYZ32.1343.8140.02-
YUV165.03125.1691.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.46%
GREEN value IS 192 (75.39% from 255) = 41.20%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=24.46%
G=41.20%
B=34.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141921600.4100.170.25155.3838.2460
Hex72C0A029011199b263c
Octal16230024051021312334674
Binary111001011000000101000001010010100011100110011011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,192,160); }

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

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

 a { background-color: rgb(114,192,160); }

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

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

 span { border-color: rgb(114,192,160); }

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