#7EBFB2

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

Shades of Monte Carlo #7EBFB2

Tints of Monte Carlo #7EBFB2

Color information

#7EBFB2 (or 0x7EBFB2) is unknown color: approx Monte Carlo. HEX triplet: 7E, BF and B2. RGB value is (126,191,178). Sum of RGB (Red+Green+Blue) = 126+191+178=495 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.45% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBFB2 is #81404D. Grayscale: #AAAAAA. Windows color (decimal): -8470606 or 11714430. OLE color: 11714430.

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

Color convert

RGB126191178-
CMYK0.3400.070.25
HSL168º33.68%62.16%-
HSV(B)168º34.03%74.9%-
XYZ35.2744.9148.93-
YUV170.08132.4796.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.45%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 178 (69.92% from 255) = 35.96%
R=25.45%
G=38.59%
B=35.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261911780.3400.070.2516833.6862.16
Hex7EBFB2220719a8223e
Octal1762772624207312504276
Binary1111110101111111011001010001001111100110101000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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