#7ECDA8

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

Shades of Monte Carlo #7ECDA8

Tints of Monte Carlo #7ECDA8

Color information

#7ECDA8 (or 0x7ECDA8) is unknown color: approx Monte Carlo. HEX triplet: 7E, CD and A8. RGB value is (126,205,168). Sum of RGB (Red+Green+Blue) = 126+205+168=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECDA8 is #813257. Grayscale: #B1B1B1. Windows color (decimal): -8467032 or 11062654. OLE color: 11062654.

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

Color convert

RGB126205168-
CMYK0.3900.180.20
HSL151.9º44.13%64.9%-
HSV(B)151.9º38.54%80.39%-
XYZ37.550.9344.9-
YUV177.16122.8391.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.25%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 168 (66.02% from 255) = 33.67%
R=25.25%
G=41.08%
B=33.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262051680.3900.180.20151.944.1364.9
Hex7ECDA82701214982c41
Octal176315250470222423054101
Binary1111110110011011010100010011101001010100100110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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