#7EBEA9

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

Shades of Monte Carlo #7EBEA9

Tints of Monte Carlo #7EBEA9

Color information

#7EBEA9 (or 0x7EBEA9) is unknown color: approx Monte Carlo. HEX triplet: 7E, BE and A9. RGB value is (126,190,169). Sum of RGB (Red+Green+Blue) = 126+190+169=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBEA9 is #814156. Grayscale: #A8A8A8. Windows color (decimal): -8470871 or 11124350. OLE color: 11124350.

HSL color Cylindrical-coordinate representation of color #7EBEA9: hue angle of 160.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBEA9 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB126190169-
CMYK0.3400.110.25
HSL160.31º32.99%61.96%-
HSV(B)160.31º33.68%74.51%-
XYZ34.1844.1344.25-
YUV168.47128.397.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.98%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=25.98%
G=39.18%
B=34.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261901690.3400.110.25160.3132.9961.96
Hex7EBEA9220B19a0213e
Octal17627625142013312404176
Binary11111101011111010101001100010010111100110100000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,190,169); }

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

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

 a { background-color: rgb(126,190,169); }

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

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

 span { border-color: rgb(126,190,169); }

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