#7ECDB6

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

Shades of Monte Carlo #7ECDB6

Tints of Monte Carlo #7ECDB6

Color information

#7ECDB6 (or 0x7ECDB6) is unknown color: approx Monte Carlo. HEX triplet: 7E, CD and B6. RGB value is (126,205,182). Sum of RGB (Red+Green+Blue) = 126+205+182=513 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.56% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDB6 is #813249. Grayscale: #B2B2B2. Windows color (decimal): -8467018 or 11980158. OLE color: 11980158.

HSL color Cylindrical-coordinate representation of color #7ECDB6: hue angle of 162.53º 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 #7ECDB6 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB126205182-
CMYK0.3900.110.20
HSL162.53º44.13%64.9%-
HSV(B)162.53º38.54%80.39%-
XYZ38.8851.4852.14-
YUV178.76129.8390.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.56%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=24.56%
G=39.96%
B=35.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262051820.3900.110.20162.5344.1364.9
Hex7ECDB6270B14a32c41
Octal176315266470132424354101
Binary111111011001101101101101001110101110100101000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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