#7EC3AE

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

Shades of Monte Carlo #7EC3AE

Tints of Monte Carlo #7EC3AE

Color information

#7EC3AE (or 0x7EC3AE) is unknown color: approx Monte Carlo. HEX triplet: 7E, C3 and AE. RGB value is (126,195,174). Sum of RGB (Red+Green+Blue) = 126+195+174=495 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.45% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC3AE is #813C51. Grayscale: #ABABAB. Windows color (decimal): -8469586 or 11453310. OLE color: 11453310.

HSL color Cylindrical-coordinate representation of color #7EC3AE: hue angle of 161.74º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC3AE is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB126195174-
CMYK0.3500.110.24
HSL161.74º36.51%62.94%-
HSV(B)161.74º35.38%76.47%-
XYZ35.7646.5247.14-
YUV171.98129.1495.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.45%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=25.45%
G=39.39%
B=35.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261951740.3500.110.24161.7436.5162.94
Hex7EC3AE230B18a2253f
Octal17630325643013302424577
Binary11111101100001110101110100011010111100010100010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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