#76E1B0

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

Shades of Medium Aquamarine #76E1B0

Tints of Medium Aquamarine #76E1B0

Color information

#76E1B0 (or 0x76E1B0) is unknown color: approx Medium Aquamarine. HEX triplet: 76, E1 and B0. RGB value is (118,225,176). Sum of RGB (Red+Green+Blue) = 118+225+176=519 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.74% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #76E1B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E1B0 is #891E4F. Grayscale: #BBBBBB. Windows color (decimal): -8986192 or 11592054. OLE color: 11592054.

HSL color Cylindrical-coordinate representation of color #76E1B0: hue angle of 152.52º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E1B0 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB118225176-
CMYK0.4800.220.12
HSL152.52º64.07%67.25%-
HSV(B)152.52º47.56%88.24%-
XYZ42.2360.8450.59-
YUV187.42121.5578.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.74%
GREEN value IS 225 (88.28% from 255) = 43.35%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=22.74%
G=43.35%
B=33.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1182251760.4800.220.12152.5264.0767.25
Hex76E1B030016C994043
Octal1663412606002614231100103
Binary1110110111000011011000011000001011011001001100110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,225,176); }

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

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

 a { background-color: rgb(118,225,176); }

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

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

 span { border-color: rgb(118,225,176); }

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