#76CAA3

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

Shades of Medium Aquamarine #76CAA3

Tints of Medium Aquamarine #76CAA3

Color information

#76CAA3 (or 0x76CAA3) is unknown color: approx Medium Aquamarine. HEX triplet: 76, CA and A3. RGB value is (118,202,163). Sum of RGB (Red+Green+Blue) = 118+202+163=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #76CAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CAA3 is #89355C. Grayscale: #ACACAC. Windows color (decimal): -8992093 or 10734198. OLE color: 10734198.

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

Color convert

RGB118202163-
CMYK0.4200.190.21
HSL152.14º44.21%62.75%-
HSV(B)152.14º41.58%79.22%-
XYZ35.248.7442.2-
YUV172.44122.6789.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.43%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 163 (64.06% from 255) = 33.75%
R=24.43%
G=41.82%
B=33.75%

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
Decimal1182021630.4200.190.21152.1444.2162.75
Hex76CAA32A01315982c3f
Octal16631224352023252305477
Binary111011011001010101000111010100100111010110011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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