#76F1AE

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

Shades of Medium Aquamarine #76F1AE

Tints of Medium Aquamarine #76F1AE

Color information

#76F1AE (or 0x76F1AE) is unknown color: approx Medium Aquamarine. HEX triplet: 76, F1 and AE. RGB value is (118,241,174). Sum of RGB (Red+Green+Blue) = 118+241+174=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #76F1AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F1AE is #890E51. Grayscale: #C4C4C4. Windows color (decimal): -8982098 or 11465078. OLE color: 11465078.

HSL color Cylindrical-coordinate representation of color #76F1AE: hue angle of 147.32º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F1AE is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB118241174-
CMYK0.5100.280.05
HSL147.32º81.46%70.39%-
HSV(B)147.32º51.04%94.51%-
XYZ46.5769.8251.07-
YUV196.58115.2571.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.14%
GREEN value IS 241 (94.53% from 255) = 45.22%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=22.14%
G=45.22%
B=32.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1182411740.5100.280.05147.3281.4670.39
Hex76F1AE3301C5935146
Octal166361256630345223121106
Binary111011011110001101011101100110111001011001001110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,241,174); }

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

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

 a { background-color: rgb(118,241,174); }

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

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

 span { border-color: rgb(118,241,174); }

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