#76EDAF

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

Shades of Medium Aquamarine #76EDAF

Tints of Medium Aquamarine #76EDAF

Color information

#76EDAF (or 0x76EDAF) is unknown color: approx Medium Aquamarine. HEX triplet: 76, ED and AF. RGB value is (118,237,175). Sum of RGB (Red+Green+Blue) = 118+237+175=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #76EDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EDAF is #891250. Grayscale: #C2C2C2. Windows color (decimal): -8983121 or 11529590. OLE color: 11529590.

HSL color Cylindrical-coordinate representation of color #76EDAF: hue angle of 148.74º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EDAF is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB118237175-
CMYK0.5000.260.07
HSL148.74º76.77%69.61%-
HSV(B)148.74º50.21%92.94%-
XYZ45.4967.5251.19-
YUV194.35117.0873.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.26%
GREEN value IS 237 (92.97% from 255) = 44.72%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=22.26%
G=44.72%
B=33.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182371750.5000.260.07148.7476.7769.61
Hex76EDAF3201A7954d46
Octal166355257620327225115106
Binary111011011101101101011111100100110101111001010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,237,175); }

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

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

 a { background-color: rgb(118,237,175); }

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

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

 span { border-color: rgb(118,237,175); }

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