#7ECDB5

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

Shades of Monte Carlo #7ECDB5

Tints of Monte Carlo #7ECDB5

Color information

#7ECDB5 (or 0x7ECDB5) is unknown color: approx Monte Carlo. HEX triplet: 7E, CD and B5. RGB value is (126,205,181). Sum of RGB (Red+Green+Blue) = 126+205+181=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDB5 is #81324A. Grayscale: #B2B2B2. Windows color (decimal): -8467019 or 11914622. OLE color: 11914622.

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

Color convert

RGB126205181-
CMYK0.3900.120.20
HSL161.77º44.13%64.9%-
HSV(B)161.77º38.54%80.39%-
XYZ38.7851.4351.6-
YUV178.64129.3390.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.61%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 181 (71.09% from 255) = 35.35%
R=24.61%
G=40.04%
B=35.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262051810.3900.120.20161.7744.1364.9
Hex7ECDB5270C14a22c41
Octal176315265470142424254101
Binary111111011001101101101011001110110010100101000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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