#7EC8BB

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

Shades of Monte Carlo #7EC8BB

Tints of Monte Carlo #7EC8BB

Color information

#7EC8BB (or 0x7EC8BB) is unknown color: approx Monte Carlo. HEX triplet: 7E, C8 and BB. RGB value is (126,200,187). Sum of RGB (Red+Green+Blue) = 126+200+187=513 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.56% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC8BB is #813744. Grayscale: #B0B0B0. Windows color (decimal): -8468293 or 12306558. OLE color: 12306558.

HSL color Cylindrical-coordinate representation of color #7EC8BB: hue angle of 169.46º degrees, saturation: 0.4, 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 #7EC8BB is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB126200187-
CMYK0.3700.060.22
HSL169.46º40.22%63.92%-
HSV(B)169.46º37%78.43%-
XYZ38.2349.3354.52-
YUV176.39133.9892.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.56%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=24.56%
G=38.99%
B=36.45%

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
Decimal1262001870.3700.060.22169.4640.2263.92
Hex7EC8BB250616a92840
Octal17631027345062625150100
Binary11111101100100010111011100101011010110101010011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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