#76F8B0

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

Shades of Aquamarine #76F8B0

Tints of Aquamarine #76F8B0

Color information

#76F8B0 (or 0x76F8B0) is unknown color: approx Aquamarine. HEX triplet: 76, F8 and B0. RGB value is (118,248,176). Sum of RGB (Red+Green+Blue) = 118+248+176=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #76F8B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F8B0 is #89074F. Grayscale: #C9C9C9. Windows color (decimal): -8980304 or 11597942. OLE color: 11597942.

HSL color Cylindrical-coordinate representation of color #76F8B0: hue angle of 146.77º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F8B0 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB118248176-
CMYK0.5200.290.03
HSL146.77º90.28%71.76%-
HSV(B)146.77º52.42%97.25%-
XYZ48.8874.1252.81-
YUV200.92113.9368.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.77%
GREEN value IS 248 (97.27% from 255) = 45.76%
BLUE value IS 176 (69.14% from 255) = 32.47%
R=21.77%
G=45.76%
B=32.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1182481760.5200.290.03146.7790.2871.76
Hex76F8B03401D3935a48
Octal166370260640353223132110
Binary11101101111100010110000110100011101111001001110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,248,176); }

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

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

 a { background-color: rgb(118,248,176); }

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

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

 span { border-color: rgb(118,248,176); }

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