#7EBAB3

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

Shades of Monte Carlo #7EBAB3

Tints of Monte Carlo #7EBAB3

Color information

#7EBAB3 (or 0x7EBAB3) is unknown color: approx Monte Carlo. HEX triplet: 7E, BA and B3. RGB value is (126,186,179). Sum of RGB (Red+Green+Blue) = 126+186+179=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBAB3 is #81454C. Grayscale: #A7A7A7. Windows color (decimal): -8471885 or 11778686. OLE color: 11778686.

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

Color convert

RGB126186179-
CMYK0.3200.040.27
HSL173º30.3%61.18%-
HSV(B)173º32.26%72.94%-
XYZ34.342.8149.1-
YUV167.26134.6298.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.66%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=25.66%
G=37.88%
B=36.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261861790.3200.040.2717330.361.18
Hex7EBAB320041Bad1e3d
Octal1762722634004332553675
Binary111111010111010101100111000000100110111010110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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