#7EC7AE

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

Shades of Monte Carlo #7EC7AE

Tints of Monte Carlo #7EC7AE

Color information

#7EC7AE (or 0x7EC7AE) is unknown color: approx Monte Carlo. HEX triplet: 7E, C7 and AE. RGB value is (126,199,174). Sum of RGB (Red+Green+Blue) = 126+199+174=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC7AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC7AE is #813851. Grayscale: #AEAEAE. Windows color (decimal): -8468562 or 11454334. OLE color: 11454334.

HSL color Cylindrical-coordinate representation of color #7EC7AE: hue angle of 159.45º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC7AE is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB126199174-
CMYK0.3700.130.22
HSL159.45º39.46%63.73%-
HSV(B)159.45º36.68%78.04%-
XYZ36.6748.3447.44-
YUV174.32127.8293.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.25%
GREEN value IS 199 (78.12% from 255) = 39.88%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=25.25%
G=39.88%
B=34.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1261991740.3700.130.22159.4539.4663.73
Hex7EC7AE250D169f2740
Octal176307256450152623747100
Binary111111011000111101011101001010110110110100111111001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,199,174); }

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

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

 a { background-color: rgb(126,199,174); }

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

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

 span { border-color: rgb(126,199,174); }

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