#7EBFA6

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

Shades of Monte Carlo #7EBFA6

Tints of Monte Carlo #7EBFA6

Color information

#7EBFA6 (or 0x7EBFA6) is unknown color: approx Monte Carlo. HEX triplet: 7E, BF and A6. RGB value is (126,191,166). Sum of RGB (Red+Green+Blue) = 126+191+166=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBFA6 is #814059. Grayscale: #A8A8A8. Windows color (decimal): -8470618 or 10927998. OLE color: 10927998.

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

Color convert

RGB126191166-
CMYK0.3400.130.25
HSL156.92º33.68%62.16%-
HSV(B)156.92º34.03%74.9%-
XYZ34.1244.4542.86-
YUV168.72126.4797.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.09%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 166 (65.23% from 255) = 34.37%
R=26.09%
G=39.54%
B=34.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261911660.3400.130.25156.9233.6862.16
Hex7EBFA6220D199d223e
Octal17627724642015312354276
Binary11111101011111110100110100010011011100110011101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,191,166); }

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

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

 a { background-color: rgb(126,191,166); }

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

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

 span { border-color: rgb(126,191,166); }

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