#76E4B1

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

Shades of Medium Aquamarine #76E4B1

Tints of Medium Aquamarine #76E4B1

Color information

#76E4B1 (or 0x76E4B1) is unknown color: approx Medium Aquamarine. HEX triplet: 76, E4 and B1. RGB value is (118,228,177). Sum of RGB (Red+Green+Blue) = 118+228+177=523 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.56% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #76E4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E4B1 is #891B4E. Grayscale: #BDBDBD. Windows color (decimal): -8985423 or 11658358. OLE color: 11658358.

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

Color convert

RGB118228177-
CMYK0.4800.220.11
HSL152.18º67.07%67.84%-
HSV(B)152.18º48.25%89.41%-
XYZ43.1562.5151.39-
YUV189.3121.0677.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.56%
GREEN value IS 228 (89.45% from 255) = 43.59%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=22.56%
G=43.59%
B=33.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1182281770.4800.220.11152.1867.0767.84
Hex76E4B130016B984344
Octal1663442616002613230103104
Binary1110110111001001011000111000001011010111001100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,228,177); }

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

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

 a { background-color: rgb(118,228,177); }

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

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

 span { border-color: rgb(118,228,177); }

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