#76C4AE

Color #76C4AE Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #76C4AE

Tints of Monte Carlo #76C4AE

Color information

#76C4AE (or 0x76C4AE) is unknown color: approx Monte Carlo. HEX triplet: 76, C4 and AE. RGB value is (118,196,174). Sum of RGB (Red+Green+Blue) = 118+196+174=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 196 - color contains mainly: green. Hex color #76C4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C4AE is #893B51. Grayscale: #AAAAAA. Windows color (decimal): -8993618 or 11453558. OLE color: 11453558.

HSL color Cylindrical-coordinate representation of color #76C4AE: hue angle of 163.08º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C4AE is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB118196174-
CMYK0.4000.110.23
HSL163.08º39.8%61.57%-
HSV(B)163.08º39.8%76.86%-
XYZ34.8546.3947.16-
YUV170.17130.1690.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.18%
GREEN value IS 196 (76.95% from 255) = 40.16%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=24.18%
G=40.16%
B=35.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181961740.4000.110.23163.0839.861.57
Hex76C4AE280B17a3283e
Octal16630425650013272435076
Binary11101101100010010101110101000010111011110100011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,196,174); }

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

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

 a { background-color: rgb(118,196,174); }

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

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

 span { border-color: rgb(118,196,174); }

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