#76EED6

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

Shades of Aquamarine #76EED6

Tints of Aquamarine #76EED6

Color information

#76EED6 (or 0x76EED6) is unknown color: approx Aquamarine. HEX triplet: 76, EE and D6. RGB value is (118,238,214). Sum of RGB (Red+Green+Blue) = 118+238+214=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #76EED6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EED6 is #891129. Grayscale: #C7C7C7. Windows color (decimal): -8982826 or 14085750. OLE color: 14085750.

HSL color Cylindrical-coordinate representation of color #76EED6: hue angle of 168º 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 #76EED6 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB118238214-
CMYK0.5000.100.07
HSL168º77.92%69.8%-
HSV(B)168º50.42%93.33%-
XYZ50.1869.8674.46-
YUV199.38136.2469.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.70%
GREEN value IS 238 (93.36% from 255) = 41.75%
BLUE value IS 214 (83.98% from 255) = 37.54%
R=20.70%
G=41.75%
B=37.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182382140.5000.100.0716877.9269.8
Hex76EED6320A7a84e46
Octal166356326620127250116106
Binary11101101110111011010110110010010101111010100010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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