#76D6B2

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

Shades of Medium Aquamarine #76D6B2

Tints of Medium Aquamarine #76D6B2

Color information

#76D6B2 (or 0x76D6B2) is unknown color: approx Medium Aquamarine. HEX triplet: 76, D6 and B2. RGB value is (118,214,178). Sum of RGB (Red+Green+Blue) = 118+214+178=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #76D6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D6B2 is #89294D. Grayscale: #B5B5B5. Windows color (decimal): -8989006 or 11720310. OLE color: 11720310.

HSL color Cylindrical-coordinate representation of color #76D6B2: hue angle of 157.5º degrees, saturation: 0.54, 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 #76D6B2 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB118214178-
CMYK0.4500.170.16
HSL157.5º53.93%65.1%-
HSV(B)157.5º44.86%83.92%-
XYZ39.5555.1650.68-
YUV181.19126.282.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.14%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 178 (69.92% from 255) = 34.90%
R=23.14%
G=41.96%
B=34.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182141780.4500.170.16157.553.9365.1
Hex76D6B22D011109e3641
Octal166326262550212023666101
Binary1110110110101101011001010110101000110000100111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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