#76CCA9

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

Shades of Medium Aquamarine #76CCA9

Tints of Medium Aquamarine #76CCA9

Color information

#76CCA9 (or 0x76CCA9) is unknown color: approx Medium Aquamarine. HEX triplet: 76, CC and A9. RGB value is (118,204,169). Sum of RGB (Red+Green+Blue) = 118+204+169=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #76CCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CCA9 is #893356. Grayscale: #AEAEAE. Windows color (decimal): -8991575 or 11127926. OLE color: 11127926.

HSL color Cylindrical-coordinate representation of color #76CCA9: hue angle of 155.58º degrees, saturation: 0.46, 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 #76CCA9 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB118204169-
CMYK0.4200.170.2
HSL155.58º45.74%63.14%-
HSV(B)155.58º42.16%80%-
XYZ36.2349.945.26-
YUV174.3125.0187.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.03%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 169 (66.41% from 255) = 34.42%
R=24.03%
G=41.55%
B=34.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1182041690.4200.170.2155.5845.7463.14
Hex76CCA92A011149c2e3f
Octal16631425152021242345677
Binary111011011001100101010011010100100011010010011100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,204,169); }

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

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

 a { background-color: rgb(118,204,169); }

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

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

 span { border-color: rgb(118,204,169); }

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