#7EC7BB

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

Shades of Monte Carlo #7EC7BB

Tints of Monte Carlo #7EC7BB

Color information

#7EC7BB (or 0x7EC7BB) is unknown color: approx Monte Carlo. HEX triplet: 7E, C7 and BB. RGB value is (126,199,187). Sum of RGB (Red+Green+Blue) = 126+199+187=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC7BB is #813844. Grayscale: #AFAFAF. Windows color (decimal): -8468549 or 12306302. OLE color: 12306302.

HSL color Cylindrical-coordinate representation of color #7EC7BB: hue angle of 170.14º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC7BB is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB126199187-
CMYK0.3700.060.22
HSL170.14º39.46%63.73%-
HSV(B)170.14º36.68%78.04%-
XYZ3848.8754.44-
YUV175.8134.3292.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.61%
GREEN value IS 199 (78.12% from 255) = 38.87%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=24.61%
G=38.87%
B=36.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1261991870.3700.060.22170.1439.4663.73
Hex7EC7BB250616aa2740
Octal17630727345062625247100
Binary11111101100011110111011100101011010110101010101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,199,187); }

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

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

 a { background-color: rgb(126,199,187); }

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

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

 span { border-color: rgb(126,199,187); }

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