#7EBEA8

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

Shades of Monte Carlo #7EBEA8

Tints of Monte Carlo #7EBEA8

Color information

#7EBEA8 (or 0x7EBEA8) is unknown color: approx Monte Carlo. HEX triplet: 7E, BE and A8. RGB value is (126,190,168). Sum of RGB (Red+Green+Blue) = 126+190+168=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBEA8 is #814157. Grayscale: #A8A8A8. Windows color (decimal): -8470872 or 11058814. OLE color: 11058814.

HSL color Cylindrical-coordinate representation of color #7EBEA8: hue angle of 159.38º 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 #7EBEA8 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB126190168-
CMYK0.3400.120.25
HSL159.38º32.99%61.96%-
HSV(B)159.38º33.68%74.51%-
XYZ34.0944.0943.76-
YUV168.36127.897.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 168 (66.02% from 255) = 34.71%
R=26.03%
G=39.26%
B=34.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261901680.3400.120.25159.3832.9961.96
Hex7EBEA8220C199f213e
Octal17627625042014312374176
Binary11111101011111010101000100010011001100110011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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