#7ECAAC

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

Shades of Monte Carlo #7ECAAC

Tints of Monte Carlo #7ECAAC

Color information

#7ECAAC (or 0x7ECAAC) is unknown color: approx Monte Carlo. HEX triplet: 7E, CA and AC. RGB value is (126,202,172). Sum of RGB (Red+Green+Blue) = 126+202+172=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECAAC is #813553. Grayscale: #AFAFAF. Windows color (decimal): -8467796 or 11324030. OLE color: 11324030.

HSL color Cylindrical-coordinate representation of color #7ECAAC: hue angle of 156.32º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECAAC is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB126202172-
CMYK0.3800.150.21
HSL156.32º41.76%64.31%-
HSV(B)156.32º37.62%79.22%-
XYZ37.1749.6646.66-
YUV175.86125.8292.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.2%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=25.2%
G=40.4%
B=34.4%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262021720.3800.150.21156.3241.7664.31
Hex7ECAAC260F159c2a40
Octal176312254460172523452100
Binary111111011001010101011001001100111110101100111001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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