#76FED8

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

Shades of Aquamarine #76FED8

Tints of Aquamarine #76FED8

Color information

#76FED8 (or 0x76FED8) is unknown color: approx Aquamarine. HEX triplet: 76, FE and D8. RGB value is (118,254,216). Sum of RGB (Red+Green+Blue) = 118+254+216=588 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.07% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #76FED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FED8 is #890127. Grayscale: #D1D1D1. Windows color (decimal): -8978728 or 14220918. OLE color: 14220918.

HSL color Cylindrical-coordinate representation of color #76FED8: hue angle of 163.24º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FED8 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB118254216-
CMYK0.5400.150.00
HSL163.24º98.55%72.94%-
HSV(B)163.24º53.54%99.61%-
XYZ55.3179.6977.43-
YUV209131.9463.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.07%
GREEN value IS 254 (99.61% from 255) = 43.20%
BLUE value IS 216 (84.77% from 255) = 36.73%
R=20.07%
G=43.20%
B=36.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1182542160.5400.150.00163.2498.5572.94
Hex76FED8360F0a36349
Octal166376330660170243143111
Binary111011011111110110110001101100111101010001111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,254,216); }

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

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

 a { background-color: rgb(118,254,216); }

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

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

 span { border-color: rgb(118,254,216); }

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