#7EBEAE

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

Shades of Monte Carlo #7EBEAE

Tints of Monte Carlo #7EBEAE

Color information

#7EBEAE (or 0x7EBEAE) is unknown color: approx Monte Carlo. HEX triplet: 7E, BE and AE. RGB value is (126,190,174). Sum of RGB (Red+Green+Blue) = 126+190+174=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBEAE is #814151. Grayscale: #A9A9A9. Windows color (decimal): -8470866 or 11452030. OLE color: 11452030.

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

Color convert

RGB126190174-
CMYK0.3400.080.25
HSL165º32.99%61.96%-
HSV(B)165º33.68%74.51%-
XYZ34.6644.3246.77-
YUV169.04130.897.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.71%
GREEN value IS 190 (74.61% from 255) = 38.78%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=25.71%
G=38.78%
B=35.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261901740.3400.080.2516532.9961.96
Hex7EBEAE220819a5213e
Octal17627625642010312454176
Binary11111101011111010101110100010010001100110100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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