#76CCAC

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

Shades of Medium Aquamarine #76CCAC

Tints of Medium Aquamarine #76CCAC

Color information

#76CCAC (or 0x76CCAC) is unknown color: approx Medium Aquamarine. HEX triplet: 76, CC and AC. RGB value is (118,204,172). Sum of RGB (Red+Green+Blue) = 118+204+172=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #76CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CCAC is #893353. Grayscale: #AEAEAE. Windows color (decimal): -8991572 or 11324534. OLE color: 11324534.

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

Color convert

RGB118204172-
CMYK0.4200.160.2
HSL157.67º45.74%63.14%-
HSV(B)157.67º42.16%80%-
XYZ36.5150.0246.76-
YUV174.64126.5187.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.89%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=23.89%
G=41.30%
B=34.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1182041720.4200.160.2157.6745.7463.14
Hex76CCAC2A010149e2e3f
Octal16631425452020242365677
Binary111011011001100101011001010100100001010010011110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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