#7EC5BF

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

Shades of Monte Carlo #7EC5BF

Tints of Monte Carlo #7EC5BF

Color information

#7EC5BF (or 0x7EC5BF) is unknown color: approx Monte Carlo. HEX triplet: 7E, C5 and BF. RGB value is (126,197,191). Sum of RGB (Red+Green+Blue) = 126+197+191=514 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.51% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC5BF is #813A40. Grayscale: #AFAFAF. Windows color (decimal): -8469057 or 12567934. OLE color: 12567934.

HSL color Cylindrical-coordinate representation of color #7EC5BF: hue angle of 174.93º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC5BF is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB126197191-
CMYK0.3600.030.23
HSL174.93º37.97%63.33%-
HSV(B)174.93º36.04%77.25%-
XYZ37.9748.1356.58-
YUV175.09136.9892.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.51%
GREEN value IS 197 (77.34% from 255) = 38.33%
BLUE value IS 191 (75% from 255) = 37.16%
R=24.51%
G=38.33%
B=37.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1261971910.3600.030.23174.9337.9763.33
Hex7EC5BF240317af263f
Octal1763052774403272574677
Binary111111011000101101111111001000111011110101111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,197,191); }

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

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

 a { background-color: rgb(126,197,191); }

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

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

 span { border-color: rgb(126,197,191); }

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