#7ECCAF

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

Shades of Monte Carlo #7ECCAF

Tints of Monte Carlo #7ECCAF

Color information

#7ECCAF (or 0x7ECCAF) is unknown color: approx Monte Carlo. HEX triplet: 7E, CC and AF. RGB value is (126,204,175). Sum of RGB (Red+Green+Blue) = 126+204+175=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECCAF is #813350. Grayscale: #B1B1B1. Windows color (decimal): -8467281 or 11521150. OLE color: 11521150.

HSL color Cylindrical-coordinate representation of color #7ECCAF: hue angle of 157.69º 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 #7ECCAF is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB126204175-
CMYK0.3800.140.2
HSL157.69º43.33%64.71%-
HSV(B)157.69º38.24%80%-
XYZ37.9350.7248.35-
YUV177.37126.6691.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.95%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=24.95%
G=40.40%
B=34.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1262041750.3800.140.2157.6943.3364.71
Hex7ECCAF260E149e2b41
Octal176314257460162423653101
Binary111111011001100101011111001100111010100100111101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,204,175); }

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

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

 a { background-color: rgb(126,204,175); }

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

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

 span { border-color: rgb(126,204,175); }

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