#76DEAB

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

Shades of Medium Aquamarine #76DEAB

Tints of Medium Aquamarine #76DEAB

Color information

#76DEAB (or 0x76DEAB) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DE and AB. RGB value is (118,222,171). Sum of RGB (Red+Green+Blue) = 118+222+171=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DEAB is #892154. Grayscale: #B9B9B9. Windows color (decimal): -8986965 or 11263606. OLE color: 11263606.

HSL color Cylindrical-coordinate representation of color #76DEAB: hue angle of 150.58º 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 #76DEAB is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB118222171-
CMYK0.4700.230.13
HSL150.58º61.18%66.67%-
HSV(B)150.58º46.85%87.06%-
XYZ40.9459.0347.76-
YUV185.09120.0480.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.09%
GREEN value IS 222 (87.11% from 255) = 43.44%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=23.09%
G=43.44%
B=33.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182221710.4700.230.13150.5861.1866.67
Hex76DEAB2F017D973d43
Octal166336253570271522775103
Binary111011011011110101010111011110101111101100101111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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