#76D0AB

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

Shades of Medium Aquamarine #76D0AB

Tints of Medium Aquamarine #76D0AB

Color information

#76D0AB (or 0x76D0AB) is unknown color: approx Medium Aquamarine. HEX triplet: 76, D0 and AB. RGB value is (118,208,171). Sum of RGB (Red+Green+Blue) = 118+208+171=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #76D0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D0AB is #892F54. Grayscale: #B0B0B0. Windows color (decimal): -8990549 or 11260022. OLE color: 11260022.

HSL color Cylindrical-coordinate representation of color #76D0AB: hue angle of 155.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D0AB is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB118208171-
CMYK0.4300.180.18
HSL155.33º48.91%63.92%-
HSV(B)155.33º43.27%81.57%-
XYZ37.3851.946.58-
YUV176.87124.6886.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.74%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=23.74%
G=41.85%
B=34.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1182081710.4300.180.18155.3348.9163.92
Hex76D0AB2B012129b3140
Octal166320253530222223361100
Binary1110110110100001010101110101101001010010100110111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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