#76CCAE

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

Shades of Monte Carlo #76CCAE

Tints of Monte Carlo #76CCAE

Color information

#76CCAE (or 0x76CCAE) is unknown color: approx Monte Carlo. HEX triplet: 76, CC and AE. RGB value is (118,204,174). Sum of RGB (Red+Green+Blue) = 118+204+174=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #76CCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CCAE is #893351. Grayscale: #AEAEAE. Windows color (decimal): -8991570 or 11455606. OLE color: 11455606.

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

Color convert

RGB118204174-
CMYK0.4200.150.2
HSL159.07º45.74%63.14%-
HSV(B)159.07º42.16%80%-
XYZ36.750.0947.78-
YUV174.87127.5187.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.79%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=23.79%
G=41.13%
B=35.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1182041740.4200.150.2159.0745.7463.14
Hex76CCAE2A0F149f2e3f
Octal16631425652017242375677
Binary11101101100110010101110101010011111010010011111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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