#76CDA6

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

Shades of Medium Aquamarine #76CDA6

Tints of Medium Aquamarine #76CDA6

Color information

#76CDA6 (or 0x76CDA6) is unknown color: approx Medium Aquamarine. HEX triplet: 76, CD and A6. RGB value is (118,205,166). Sum of RGB (Red+Green+Blue) = 118+205+166=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDA6 is #893259. Grayscale: #AEAEAE. Windows color (decimal): -8991322 or 10931574. OLE color: 10931574.

HSL color Cylindrical-coordinate representation of color #76CDA6: hue angle of 153.1º 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 #76CDA6 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB118205166-
CMYK0.4200.190.20
HSL153.1º46.52%63.33%-
HSV(B)153.1º42.44%80.39%-
XYZ36.1950.2743.87-
YUV174.54123.1887.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.13%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 166 (65.23% from 255) = 33.95%
R=24.13%
G=41.92%
B=33.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051660.4200.190.20153.146.5263.33
Hex76CDA62A01314992f3f
Octal16631524652023242315777
Binary111011011001101101001101010100100111010010011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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