#7ECAA5

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

Shades of Monte Carlo #7ECAA5

Tints of Monte Carlo #7ECAA5

Color information

#7ECAA5 (or 0x7ECAA5) is unknown color: approx Monte Carlo. HEX triplet: 7E, CA and A5. RGB value is (126,202,165). Sum of RGB (Red+Green+Blue) = 126+202+165=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECAA5 is #81355A. Grayscale: #AFAFAF. Windows color (decimal): -8467803 or 10865278. OLE color: 10865278.

HSL color Cylindrical-coordinate representation of color #7ECAA5: hue angle of 150.79º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECAA5 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB126202165-
CMYK0.3800.180.21
HSL150.79º41.76%64.31%-
HSV(B)150.79º37.62%79.22%-
XYZ36.5249.3943.21-
YUV175.06122.3293.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.56%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 165 (64.84% from 255) = 33.47%
R=25.56%
G=40.97%
B=33.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262021650.3800.180.21150.7941.7664.31
Hex7ECAA52601215972a40
Octal176312245460222522752100
Binary1111110110010101010010110011001001010101100101111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ECAA5; }

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

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

<style>
 a { background-color: #7ECAA5; }

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

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

<style>
 span { border-color: #7ECAA5; }

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

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