#7EBBAC

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

Shades of Monte Carlo #7EBBAC

Tints of Monte Carlo #7EBBAC

Color information

#7EBBAC (or 0x7EBBAC) is unknown color: approx Monte Carlo. HEX triplet: 7E, BB and AC. RGB value is (126,187,172). Sum of RGB (Red+Green+Blue) = 126+187+172=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBBAC is #814453. Grayscale: #A7A7A7. Windows color (decimal): -8471636 or 11320190. OLE color: 11320190.

HSL color Cylindrical-coordinate representation of color #7EBBAC: hue angle of 165.25º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBBAC is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB126187172-
CMYK0.3300.080.27
HSL165.25º30.96%61.37%-
HSV(B)165.25º32.62%73.33%-
XYZ33.8242.9545.54-
YUV167.05130.7998.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.98%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=25.98%
G=38.56%
B=35.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261871720.3300.080.27165.2530.9661.37
Hex7EBBAC21081Ba51f3d
Octal17627325441010332453775
Binary1111110101110111010110010000101000110111010010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,187,172); }

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

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

 a { background-color: rgb(126,187,172); }

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

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

 span { border-color: rgb(126,187,172); }

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