#7EBFBA

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

Shades of Monte Carlo #7EBFBA

Tints of Monte Carlo #7EBFBA

Color information

#7EBFBA (or 0x7EBFBA) is unknown color: approx Monte Carlo. HEX triplet: 7E, BF and BA. RGB value is (126,191,186). Sum of RGB (Red+Green+Blue) = 126+191+186=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBFBA is #814045. Grayscale: #AAAAAA. Windows color (decimal): -8470598 or 12238718. OLE color: 12238718.

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

Color convert

RGB126191186-
CMYK0.3400.030.25
HSL175.38º33.68%62.16%-
HSV(B)175.38º34.03%74.9%-
XYZ36.145.2453.28-
YUV171136.4795.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.05%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=25.05%
G=37.97%
B=36.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261911860.3400.030.25175.3833.6862.16
Hex7EBFBA220319af223e
Octal1762772724203312574276
Binary111111010111111101110101000100111100110101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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