#76CAA5

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

Shades of Medium Aquamarine #76CAA5

Tints of Medium Aquamarine #76CAA5

Color information

#76CAA5 (or 0x76CAA5) is unknown color: approx Medium Aquamarine. HEX triplet: 76, CA and A5. RGB value is (118,202,165). Sum of RGB (Red+Green+Blue) = 118+202+165=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #76CAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CAA5 is #89355A. Grayscale: #ACACAC. Windows color (decimal): -8992091 or 10865270. OLE color: 10865270.

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

Color convert

RGB118202165-
CMYK0.4200.180.21
HSL153.57º44.21%62.75%-
HSV(B)153.57º41.58%79.22%-
XYZ35.3848.8143.15-
YUV172.67123.6789.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.33%
GREEN value IS 202 (79.30% from 255) = 41.65%
BLUE value IS 165 (64.84% from 255) = 34.02%
R=24.33%
G=41.65%
B=34.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182021650.4200.180.21153.5744.2162.75
Hex76CAA52A012159a2c3f
Octal16631224552022252325477
Binary111011011001010101001011010100100101010110011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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