#76FBAA

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

Shades of Aquamarine #76FBAA

Tints of Aquamarine #76FBAA

Color information

#76FBAA (or 0x76FBAA) is unknown color: approx Aquamarine. HEX triplet: 76, FB and AA. RGB value is (118,251,170). Sum of RGB (Red+Green+Blue) = 118+251+170=539 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.89% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #76FBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FBAA is #890455. Grayscale: #CACACA. Windows color (decimal): -8979542 or 11205494. OLE color: 11205494.

HSL color Cylindrical-coordinate representation of color #76FBAA: hue angle of 143.46º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FBAA is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB118251170-
CMYK0.5300.320.02
HSL143.46º94.33%72.35%-
HSV(B)143.46º52.99%98.43%-
XYZ49.2275.7550.06-
YUV202109.9468.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.89%
GREEN value IS 251 (98.44% from 255) = 46.57%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=21.89%
G=46.57%
B=31.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182511700.5300.320.02143.4694.3372.35
Hex76FBAA3502028f5e48
Octal166373252650402217136110
Binary111011011111011101010101101010100000101000111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,251,170); }

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

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

 a { background-color: rgb(118,251,170); }

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

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

 span { border-color: rgb(118,251,170); }

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