#7EC3C2

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

Shades of Monte Carlo #7EC3C2

Tints of Monte Carlo #7EC3C2

Color information

#7EC3C2 (or 0x7EC3C2) is unknown color: approx Monte Carlo. HEX triplet: 7E, C3 and C2. RGB value is (126,195,194). Sum of RGB (Red+Green+Blue) = 126+195+194=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC3C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC3C2 is #813C3D. Grayscale: #AEAEAE. Windows color (decimal): -8469566 or 12764030. OLE color: 12764030.

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

Color convert

RGB126195194-
CMYK0.3500.010.24
HSL179.13º36.51%62.94%-
HSV(B)179.13º35.38%76.47%-
XYZ37.8647.3658.19-
YUV174.26139.1493.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.47%
GREEN value IS 195 (76.56% from 255) = 37.86%
BLUE value IS 194 (76.17% from 255) = 37.67%
R=24.47%
G=37.86%
B=37.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261951940.3500.010.24179.1336.5162.94
Hex7EC3C2230118b3253f
Octal1763033024301302634577
Binary11111101100001111000010100011011100010110011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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