#76CAA4

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

Shades of Medium Aquamarine #76CAA4

Tints of Medium Aquamarine #76CAA4

Color information

#76CAA4 (or 0x76CAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 76, CA and A4. RGB value is (118,202,164). Sum of RGB (Red+Green+Blue) = 118+202+164=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #76CAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CAA4 is #89355B. Grayscale: #ACACAC. Windows color (decimal): -8992092 or 10799734. OLE color: 10799734.

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

Color convert

RGB118202164-
CMYK0.4200.190.21
HSL152.86º44.21%62.75%-
HSV(B)152.86º41.58%79.22%-
XYZ35.2948.7742.68-
YUV172.55123.1789.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.38%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 164 (64.45% from 255) = 33.88%
R=24.38%
G=41.74%
B=33.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182021640.4200.190.21152.8644.2162.75
Hex76CAA42A01315992c3f
Octal16631224452023252315477
Binary111011011001010101001001010100100111010110011001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,202,164); }

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

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

 a { background-color: rgb(118,202,164); }

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

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

 span { border-color: rgb(118,202,164); }

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