#7EC3BD

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

Shades of Monte Carlo #7EC3BD

Tints of Monte Carlo #7EC3BD

Color information

#7EC3BD (or 0x7EC3BD) is unknown color: approx Monte Carlo. HEX triplet: 7E, C3 and BD. RGB value is (126,195,189). Sum of RGB (Red+Green+Blue) = 126+195+189=510 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.71% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC3BD is #813C42. Grayscale: #ADADAD. Windows color (decimal): -8469571 or 12436350. OLE color: 12436350.

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

Color convert

RGB126195189-
CMYK0.3500.030.24
HSL174.78º36.51%62.94%-
HSV(B)174.78º35.38%76.47%-
XYZ37.347.1455.28-
YUV173.68136.6493.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.71%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=24.71%
G=38.24%
B=37.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261951890.3500.030.24174.7836.5162.94
Hex7EC3BD230318af253f
Octal1763032754303302574577
Binary111111011000011101111011000110111100010101111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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