#76f6c3

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

Shades of Aquamarine #76F6C3

Tints of Aquamarine #76F6C3

Color information

#76F6C3 (or 0x76F6C3) is unknown color: approx Aquamarine. HEX triplet: 76, F6 and C3. RGB value is (118,246,195). Sum of RGB (Red+Green+Blue) = 118+246+195=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #76F6C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F6C3 is #89093C. Grayscale: #C9C9C9. Windows color (decimal): -8980797 or 12842614. OLE color: 12842614.

HSL color Cylindrical-coordinate representation of color #76F6C3: hue angle of 156.09º degrees, saturation: 0.88, 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 #76F6C3 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB118246195-
CMYK0.5200.210.04
HSL156.09º87.67%71.37%-
HSV(B)156.09º52.03%96.47%-
XYZ50.2873.763.21-
YUV201.91124.0968.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.11%
GREEN value IS 246 (96.48% from 255) = 44.01%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=21.11%
G=44.01%
B=34.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1182461950.5200.210.04156.0987.6771.37
Hex76F6C33401549c5847
Octal166366303640254234130107
Binary111011011110110110000111101000101011001001110010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76f6c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,246,195); }

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

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

 a { background-color: rgb(118,246,195); }

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

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

 span { border-color: rgb(118,246,195); }

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