#7EBFBC

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

Shades of Monte Carlo #7EBFBC

Tints of Monte Carlo #7EBFBC

Color information

#7EBFBC (or 0x7EBFBC) is unknown color: approx Monte Carlo. HEX triplet: 7E, BF and BC. RGB value is (126,191,188). Sum of RGB (Red+Green+Blue) = 126+191+188=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBFBC is #814043. Grayscale: #ABABAB. Windows color (decimal): -8470596 or 12369790. OLE color: 12369790.

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

Color convert

RGB126191188-
CMYK0.3400.020.25
HSL177.23º33.68%62.16%-
HSV(B)177.23º34.03%74.9%-
XYZ36.3145.3354.41-
YUV171.22137.4795.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.95%
GREEN value IS 191 (75% from 255) = 37.82%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=24.95%
G=37.82%
B=37.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261911880.3400.020.25177.2333.6862.16
Hex7EBFBC220219b1223e
Octal1762772744202312614276
Binary111111010111111101111001000100101100110110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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