#76E1A8

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

Shades of Medium Aquamarine #76E1A8

Tints of Medium Aquamarine #76E1A8

Color information

#76E1A8 (or 0x76E1A8) is unknown color: approx Medium Aquamarine. HEX triplet: 76, E1 and A8. RGB value is (118,225,168). Sum of RGB (Red+Green+Blue) = 118+225+168=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #76E1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E1A8 is #891E57. Grayscale: #BABABA. Windows color (decimal): -8986200 or 11067766. OLE color: 11067766.

HSL color Cylindrical-coordinate representation of color #76E1A8: hue angle of 148.04º 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 #76E1A8 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB118225168-
CMYK0.4800.250.12
HSL148.04º64.07%67.25%-
HSV(B)148.04º47.56%88.24%-
XYZ41.4660.5346.54-
YUV186.51117.5579.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.09%
GREEN value IS 225 (88.28% from 255) = 44.03%
BLUE value IS 168 (66.02% from 255) = 32.88%
R=23.09%
G=44.03%
B=32.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1182251680.4800.250.12148.0464.0767.25
Hex76E1A830019C944043
Octal1663412506003114224100103
Binary1110110111000011010100011000001100111001001010010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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