#7EC5BA

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

Shades of Monte Carlo #7EC5BA

Tints of Monte Carlo #7EC5BA

Color information

#7EC5BA (or 0x7EC5BA) is unknown color: approx Monte Carlo. HEX triplet: 7E, C5 and BA. RGB value is (126,197,186). Sum of RGB (Red+Green+Blue) = 126+197+186=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC5BA is #813A45. Grayscale: #AEAEAE. Windows color (decimal): -8469062 or 12240254. OLE color: 12240254.

HSL color Cylindrical-coordinate representation of color #7EC5BA: hue angle of 170.7º 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 #7EC5BA is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB126197186-
CMYK0.3600.060.23
HSL170.7º37.97%63.33%-
HSV(B)170.7º36.04%77.25%-
XYZ37.4347.9153.73-
YUV174.52134.4893.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.75%
GREEN value IS 197 (77.34% from 255) = 38.70%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=24.75%
G=38.70%
B=36.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1261971860.3600.060.23170.737.9763.33
Hex7EC5BA240617ab263f
Octal1763052724406272534677
Binary1111110110001011011101010010001101011110101011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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