#76DFA2

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

Shades of Medium Aquamarine #76DFA2

Tints of Medium Aquamarine #76DFA2

Color information

#76DFA2 (or 0x76DFA2) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DF and A2. RGB value is (118,223,162). Sum of RGB (Red+Green+Blue) = 118+223+162=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DFA2 is #89205D. Grayscale: #B8B8B8. Windows color (decimal): -8986718 or 10674038. OLE color: 10674038.

HSL color Cylindrical-coordinate representation of color #76DFA2: hue angle of 145.14º degrees, saturation: 0.62, 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 #76DFA2 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB118223162-
CMYK0.4700.270.13
HSL145.14º62.13%66.86%-
HSV(B)145.14º47.09%87.45%-
XYZ40.3859.2443.49-
YUV184.65115.2180.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.46%
GREEN value IS 223 (87.5% from 255) = 44.33%
BLUE value IS 162 (63.67% from 255) = 32.21%
R=23.46%
G=44.33%
B=32.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182231620.4700.270.13145.1462.1366.86
Hex76DFA22F01BD913e43
Octal166337242570331522176103
Binary111011011011111101000101011110110111101100100011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,223,162); }

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

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

 a { background-color: rgb(118,223,162); }

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

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

 span { border-color: rgb(118,223,162); }

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