#76CDA1

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

Shades of Medium Aquamarine #76CDA1

Tints of Medium Aquamarine #76CDA1

Color information

#76CDA1 (or 0x76CDA1) is unknown color: approx Medium Aquamarine. HEX triplet: 76, CD and A1. RGB value is (118,205,161). Sum of RGB (Red+Green+Blue) = 118+205+161=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDA1 is #89325E. Grayscale: #AEAEAE. Windows color (decimal): -8991327 or 10603894. OLE color: 10603894.

HSL color Cylindrical-coordinate representation of color #76CDA1: hue angle of 149.66º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CDA1 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB118205161-
CMYK0.4200.210.20
HSL149.66º46.52%63.33%-
HSV(B)149.66º42.44%80.39%-
XYZ35.7450.0941.5-
YUV173.97120.6888.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.38%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=24.38%
G=42.36%
B=33.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051610.4200.210.20149.6646.5263.33
Hex76CDA12A01514962f3f
Octal16631524152025242265777
Binary111011011001101101000011010100101011010010010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,205,161); }

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

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

 a { background-color: rgb(118,205,161); }

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

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

 span { border-color: rgb(118,205,161); }

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