#76EEC6

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

Shades of Aquamarine #76EEC6

Tints of Aquamarine #76EEC6

Color information

#76EEC6 (or 0x76EEC6) is unknown color: approx Aquamarine. HEX triplet: 76, EE and C6. RGB value is (118,238,198). Sum of RGB (Red+Green+Blue) = 118+238+198=554 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.30% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #76EEC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EEC6 is #891139. Grayscale: #C5C5C5. Windows color (decimal): -8982842 or 13037174. OLE color: 13037174.

HSL color Cylindrical-coordinate representation of color #76EEC6: hue angle of 160º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EEC6 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB118238198-
CMYK0.5000.170.07
HSL160º77.92%69.8%-
HSV(B)160º50.42%93.33%-
XYZ48.2469.0864.22-
YUV197.56128.2471.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.30%
GREEN value IS 238 (93.36% from 255) = 42.96%
BLUE value IS 198 (77.73% from 255) = 35.74%
R=21.30%
G=42.96%
B=35.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182381980.5000.170.0716077.9269.8
Hex76EEC6320117a04e46
Octal166356306620217240116106
Binary111011011101110110001101100100100011111010000010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,238,198); }

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

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

 a { background-color: rgb(118,238,198); }

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

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

 span { border-color: rgb(118,238,198); }

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