#7ECEAC

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

Shades of Monte Carlo #7ECEAC

Tints of Monte Carlo #7ECEAC

Color information

#7ECEAC (or 0x7ECEAC) is unknown color: approx Monte Carlo. HEX triplet: 7E, CE and AC. RGB value is (126,206,172). Sum of RGB (Red+Green+Blue) = 126+206+172=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECEAC is #813153. Grayscale: #B2B2B2. Windows color (decimal): -8466772 or 11325054. OLE color: 11325054.

HSL color Cylindrical-coordinate representation of color #7ECEAC: hue angle of 154.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECEAC is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB126206172-
CMYK0.3900.170.19
HSL154.5º44.94%65.1%-
HSV(B)154.5º38.83%80.78%-
XYZ38.1251.5646.97-
YUV178.2124.590.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25%
GREEN value IS 206 (80.86% from 255) = 40.87%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=25%
G=40.87%
B=34.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262061720.3900.170.19154.544.9465.1
Hex7ECEAC27011139a2d41
Octal176316254470212323255101
Binary1111110110011101010110010011101000110011100110101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,206,172); }

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

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

 a { background-color: rgb(126,206,172); }

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

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

 span { border-color: rgb(126,206,172); }

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