#76CEA0

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

Shades of Medium Aquamarine #76CEA0

Tints of Medium Aquamarine #76CEA0

Color information

#76CEA0 (or 0x76CEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 76, CE and A0. RGB value is (118,206,160). Sum of RGB (Red+Green+Blue) = 118+206+160=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CEA0 is #89315F. Grayscale: #AEAEAE. Windows color (decimal): -8991072 or 10538614. OLE color: 10538614.

HSL color Cylindrical-coordinate representation of color #76CEA0: hue angle of 148.64º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CEA0 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB118206160-
CMYK0.4300.220.19
HSL148.64º47.31%63.53%-
HSV(B)148.64º42.72%80.78%-
XYZ35.8950.5341.12-
YUV174.44119.8587.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.38%
GREEN value IS 206 (80.86% from 255) = 42.56%
BLUE value IS 160 (62.89% from 255) = 33.06%
R=24.38%
G=42.56%
B=33.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1182061600.4300.220.19148.6447.3163.53
Hex76CEA02B01613952f40
Octal166316240530262322557100
Binary1110110110011101010000010101101011010011100101011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76CEA0; }

 p { color: rgb(118,206,160); }

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

<style>
 a { background-color: #76CEA0; }

 a { background-color: rgb(118,206,160); }

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

<style>
 span { border-color: #76CEA0; }

 span { border-color: rgb(118,206,160); }

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