#7EBCA9

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

Shades of Monte Carlo #7EBCA9

Tints of Monte Carlo #7EBCA9

Color information

#7EBCA9 (or 0x7EBCA9) is unknown color: approx Monte Carlo. HEX triplet: 7E, BC and A9. RGB value is (126,188,169). Sum of RGB (Red+Green+Blue) = 126+188+169=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBCA9 is #814356. Grayscale: #A7A7A7. Windows color (decimal): -8471383 or 11123838. OLE color: 11123838.

HSL color Cylindrical-coordinate representation of color #7EBCA9: hue angle of 161.61º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBCA9 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB126188169-
CMYK0.3300.100.26
HSL161.61º31.63%61.57%-
HSV(B)161.61º32.98%73.73%-
XYZ33.7543.2744.11-
YUV167.3128.9698.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.09%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=26.09%
G=38.92%
B=34.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261881690.3300.100.26161.6131.6361.57
Hex7EBCA9210A1Aa2203e
Octal17627425141012322424076
Binary11111101011110010101001100001010101101010100010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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