#7EC1B7

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

Shades of Monte Carlo #7EC1B7

Tints of Monte Carlo #7EC1B7

Color information

#7EC1B7 (or 0x7EC1B7) is unknown color: approx Monte Carlo. HEX triplet: 7E, C1 and B7. RGB value is (126,193,183). Sum of RGB (Red+Green+Blue) = 126+193+183=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC1B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC1B7 is #813E48. Grayscale: #ABABAB. Windows color (decimal): -8470089 or 12042622. OLE color: 12042622.

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

Color convert

RGB126193183-
CMYK0.3500.050.24
HSL171.04º35.08%62.55%-
HSV(B)171.04º34.72%75.69%-
XYZ36.2245.9951.77-
YUV171.83134.395.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.10%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=25.10%
G=38.45%
B=36.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261931830.3500.050.24171.0435.0862.55
Hex7EC1B7230518ab233f
Octal1763012674305302534377
Binary1111110110000011011011110001101011100010101011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,193,183); }

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

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

 a { background-color: rgb(126,193,183); }

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

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

 span { border-color: rgb(126,193,183); }

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