#7EBFB1

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

Shades of Monte Carlo #7EBFB1

Tints of Monte Carlo #7EBFB1

Color information

#7EBFB1 (or 0x7EBFB1) is unknown color: approx Monte Carlo. HEX triplet: 7E, BF and B1. RGB value is (126,191,177). Sum of RGB (Red+Green+Blue) = 126+191+177=494 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.51% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBFB1 is #81404E. Grayscale: #A9A9A9. Windows color (decimal): -8470607 or 11648894. OLE color: 11648894.

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

Color convert

RGB126191177-
CMYK0.3400.070.25
HSL167.08º33.68%62.16%-
HSV(B)167.08º34.03%74.9%-
XYZ35.1744.8748.4-
YUV169.97131.9796.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.51%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=25.51%
G=38.66%
B=35.83%

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
Decimal1261911770.3400.070.25167.0833.6862.16
Hex7EBFB1220719a7223e
Octal1762772614207312474276
Binary1111110101111111011000110001001111100110100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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