#76FAC6

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

Shades of Aquamarine #76FAC6

Tints of Aquamarine #76FAC6

Color information

#76FAC6 (or 0x76FAC6) is unknown color: approx Aquamarine. HEX triplet: 76, FA and C6. RGB value is (118,250,198). Sum of RGB (Red+Green+Blue) = 118+250+198=566 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.85% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #76FAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FAC6 is #890539. Grayscale: #CCCCCC. Windows color (decimal): -8979770 or 13040246. OLE color: 13040246.

HSL color Cylindrical-coordinate representation of color #76FAC6: hue angle of 156.36º degrees, saturation: 0.93, 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 #76FAC6 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB118250198-
CMYK0.5300.210.02
HSL156.36º92.96%72.16%-
HSV(B)156.36º52.8%98.04%-
XYZ51.8576.365.42-
YUV204.6124.2766.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.85%
GREEN value IS 250 (98.05% from 255) = 44.17%
BLUE value IS 198 (77.73% from 255) = 34.98%
R=20.85%
G=44.17%
B=34.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182501980.5300.210.02156.3692.9672.16
Hex76FAC63501529c5d48
Octal166372306650252234135110
Binary11101101111101011000110110101010101101001110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,250,198); }

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

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

 a { background-color: rgb(118,250,198); }

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

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

 span { border-color: rgb(118,250,198); }

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