#76DEAC

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

Shades of Medium Aquamarine #76DEAC

Tints of Medium Aquamarine #76DEAC

Color information

#76DEAC (or 0x76DEAC) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DE and AC. RGB value is (118,222,172). Sum of RGB (Red+Green+Blue) = 118+222+172=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DEAC is #892153. Grayscale: #B9B9B9. Windows color (decimal): -8986964 or 11329142. OLE color: 11329142.

HSL color Cylindrical-coordinate representation of color #76DEAC: hue angle of 151.15º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DEAC is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB118222172-
CMYK0.4700.230.13
HSL151.15º61.18%66.67%-
HSV(B)151.15º46.85%87.06%-
XYZ41.0459.0748.27-
YUV185.2120.5480.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.05%
GREEN value IS 222 (87.11% from 255) = 43.36%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=23.05%
G=43.36%
B=33.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182221720.4700.230.13151.1561.1866.67
Hex76DEAC2F017D973d43
Octal166336254570271522775103
Binary111011011011110101011001011110101111101100101111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,222,172); }

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

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

 a { background-color: rgb(118,222,172); }

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

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

 span { border-color: rgb(118,222,172); }

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