#7EC3AB

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

Shades of Monte Carlo #7EC3AB

Tints of Monte Carlo #7EC3AB

Color information

#7EC3AB (or 0x7EC3AB) is unknown color: approx Monte Carlo. HEX triplet: 7E, C3 and AB. RGB value is (126,195,171). Sum of RGB (Red+Green+Blue) = 126+195+171=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC3AB is #813C54. Grayscale: #ABABAB. Windows color (decimal): -8469589 or 11256702. OLE color: 11256702.

HSL color Cylindrical-coordinate representation of color #7EC3AB: hue angle of 159.13º 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 #7EC3AB is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB126195171-
CMYK0.3500.120.24
HSL159.13º36.51%62.94%-
HSV(B)159.13º35.38%76.47%-
XYZ35.4746.4145.62-
YUV171.63127.6495.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.61%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=25.61%
G=39.63%
B=34.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261951710.3500.120.24159.1336.5162.94
Hex7EC3AB230C189f253f
Octal17630325343014302374577
Binary11111101100001110101011100011011001100010011111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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