#7EBBAB

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

Shades of Monte Carlo #7EBBAB

Tints of Monte Carlo #7EBBAB

Color information

#7EBBAB (or 0x7EBBAB) is unknown color: approx Monte Carlo. HEX triplet: 7E, BB and AB. RGB value is (126,187,171). Sum of RGB (Red+Green+Blue) = 126+187+171=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBBAB is #814454. Grayscale: #A6A6A6. Windows color (decimal): -8471637 or 11254654. OLE color: 11254654.

HSL color Cylindrical-coordinate representation of color #7EBBAB: hue angle of 164.26º 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 #7EBBAB is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB126187171-
CMYK0.3300.090.27
HSL164.26º30.96%61.37%-
HSV(B)164.26º32.62%73.33%-
XYZ33.7342.9245.03-
YUV166.94130.2998.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=26.03%
G=38.64%
B=35.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261871710.3300.090.27164.2630.9661.37
Hex7EBBAB21091Ba41f3d
Octal17627325341011332443775
Binary1111110101110111010101110000101001110111010010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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