#7CC3AA

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

Shades of Monte Carlo #7CC3AA

Tints of Monte Carlo #7CC3AA

Color information

#7CC3AA (or 0x7CC3AA) is unknown color: approx Monte Carlo. HEX triplet: 7C, C3 and AA. RGB value is (124,195,170). Sum of RGB (Red+Green+Blue) = 124+195+170=489 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.36% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC3AA is #833C55. Grayscale: #AAAAAA. Windows color (decimal): -8600662 or 11191164. OLE color: 11191164.

HSL color Cylindrical-coordinate representation of color #7CC3AA: hue angle of 158.87º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC3AA is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB124195170-
CMYK0.3600.130.24
HSL158.87º37.17%62.55%-
HSV(B)158.87º36.41%76.47%-
XYZ35.0846.2245.1-
YUV170.92127.4894.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.36%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=25.36%
G=39.88%
B=34.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241951700.3600.130.24158.8737.1762.55
Hex7CC3AA240D189f253f
Octal17430325244015302374577
Binary11111001100001110101010100100011011100010011111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,195,170); }

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

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

 a { background-color: rgb(124,195,170); }

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

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

 span { border-color: rgb(124,195,170); }

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