#7ECBAE

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

Shades of Monte Carlo #7ECBAE

Tints of Monte Carlo #7ECBAE

Color information

#7ECBAE (or 0x7ECBAE) is unknown color: approx Monte Carlo. HEX triplet: 7E, CB and AE. RGB value is (126,203,174). Sum of RGB (Red+Green+Blue) = 126+203+174=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECBAE is #813451. Grayscale: #B0B0B0. Windows color (decimal): -8467538 or 11455358. OLE color: 11455358.

HSL color Cylindrical-coordinate representation of color #7ECBAE: hue angle of 157.4º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECBAE is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB126203174-
CMYK0.3800.140.20
HSL157.4º42.54%64.51%-
HSV(B)157.4º37.93%79.61%-
XYZ37.650.247.75-
YUV176.67126.4991.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.05%
GREEN value IS 203 (79.69% from 255) = 40.36%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=25.05%
G=40.36%
B=34.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262031740.3800.140.20157.442.5464.51
Hex7ECBAE260E149d2b41
Octal176313256460162423553101
Binary111111011001011101011101001100111010100100111011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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