#76DE9B

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

Shades of Medium Aquamarine #76DE9B

Tints of Medium Aquamarine #76DE9B

Color information

#76DE9B (or 0x76DE9B) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DE and 9B. RGB value is (118,222,155). Sum of RGB (Red+Green+Blue) = 118+222+155=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #76DE9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DE9B is #892164. Grayscale: #B7B7B7. Windows color (decimal): -8986981 or 10215030. OLE color: 10215030.

HSL color Cylindrical-coordinate representation of color #76DE9B: hue angle of 141.35º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DE9B is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB118222155-
CMYK0.4700.300.13
HSL141.35º61.18%66.67%-
HSV(B)141.35º46.85%87.06%-
XYZ39.5158.4640.21-
YUV183.27112.0481.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.84%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=23.84%
G=44.85%
B=31.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182221550.4700.300.13141.3561.1866.67
Hex76DE9B2F01ED8d3d43
Octal166336233570361521575103
Binary111011011011110100110111011110111101101100011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,222,155); }

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

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

 a { background-color: rgb(118,222,155); }

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

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

 span { border-color: rgb(118,222,155); }

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