#76F4E5

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

Shades of Aquamarine #76F4E5

Tints of Aquamarine #76F4E5

Color information

#76F4E5 (or 0x76F4E5) is unknown color: approx Aquamarine. HEX triplet: 76, F4 and E5. RGB value is (118,244,229). Sum of RGB (Red+Green+Blue) = 118+244+229=591 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.97% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #76F4E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F4E5 is #890B1A. Grayscale: #CCCCCC. Windows color (decimal): -8981275 or 15070326. OLE color: 15070326.

HSL color Cylindrical-coordinate representation of color #76F4E5: hue angle of 172.86º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F4E5 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB118244229-
CMYK0.5200.060.04
HSL172.86º85.14%70.98%-
HSV(B)172.86º51.64%95.69%-
XYZ53.9674.2185.61-
YUV204.62141.7666.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.97%
GREEN value IS 244 (95.70% from 255) = 41.29%
BLUE value IS 229 (89.84% from 255) = 38.75%
R=19.97%
G=41.29%
B=38.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1182442290.5200.060.04172.8685.1470.98
Hex76F4E534064ad5547
Octal16636434564064255125107
Binary1110110111101001110010111010001101001010110110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,244,229); }

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

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

 a { background-color: rgb(118,244,229); }

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

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

 span { border-color: rgb(118,244,229); }

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