#76D5B2

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

Shades of Medium Aquamarine #76D5B2

Tints of Medium Aquamarine #76D5B2

Color information

#76D5B2 (or 0x76D5B2) is unknown color: approx Medium Aquamarine. HEX triplet: 76, D5 and B2. RGB value is (118,213,178). Sum of RGB (Red+Green+Blue) = 118+213+178=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #76D5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D5B2 is #892A4D. Grayscale: #B4B4B4. Windows color (decimal): -8989262 or 11720054. OLE color: 11720054.

HSL color Cylindrical-coordinate representation of color #76D5B2: hue angle of 157.89º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D5B2 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB118213178-
CMYK0.4500.160.16
HSL157.89º53.07%64.9%-
HSV(B)157.89º44.6%83.53%-
XYZ39.354.6550.6-
YUV180.6126.5383.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.18%
GREEN value IS 213 (83.59% from 255) = 41.85%
BLUE value IS 178 (69.92% from 255) = 34.97%
R=23.18%
G=41.85%
B=34.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182131780.4500.160.16157.8953.0764.9
Hex76D5B22D010109e3541
Octal166325262550202023665101
Binary1110110110101011011001010110101000010000100111101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,213,178); }

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

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

 a { background-color: rgb(118,213,178); }

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

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

 span { border-color: rgb(118,213,178); }

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