#7ECEAE

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

Shades of Monte Carlo #7ECEAE

Tints of Monte Carlo #7ECEAE

Color information

#7ECEAE (or 0x7ECEAE) is unknown color: approx Monte Carlo. HEX triplet: 7E, CE and AE. RGB value is (126,206,174). Sum of RGB (Red+Green+Blue) = 126+206+174=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECEAE is #813151. Grayscale: #B2B2B2. Windows color (decimal): -8466770 or 11456126. OLE color: 11456126.

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

Color convert

RGB126206174-
CMYK0.3900.160.19
HSL156º44.94%65.1%-
HSV(B)156º38.83%80.78%-
XYZ38.3251.6347.99-
YUV178.43125.590.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.90%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=24.90%
G=40.71%
B=34.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262061740.3900.160.1915644.9465.1
Hex7ECEAE27010139c2d41
Octal176316256470202323455101
Binary1111110110011101010111010011101000010011100111001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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