#7ECDBA

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

Shades of Monte Carlo #7ECDBA

Tints of Monte Carlo #7ECDBA

Color information

#7ECDBA (or 0x7ECDBA) is unknown color: approx Monte Carlo. HEX triplet: 7E, CD and BA. RGB value is (126,205,186). Sum of RGB (Red+Green+Blue) = 126+205+186=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDBA is #813245. Grayscale: #B3B3B3. Windows color (decimal): -8467014 or 12242302. OLE color: 12242302.

HSL color Cylindrical-coordinate representation of color #7ECDBA: hue angle of 165.57º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECDBA is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB126205186-
CMYK0.3900.090.20
HSL165.57º44.13%64.9%-
HSV(B)165.57º38.54%80.39%-
XYZ39.351.6454.35-
YUV179.21131.8390.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.37%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=24.37%
G=39.65%
B=35.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262051860.3900.090.20165.5744.1364.9
Hex7ECDBA270914a62c41
Octal176315272470112424654101
Binary111111011001101101110101001110100110100101001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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