#7CC4AE

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

Shades of Monte Carlo #7CC4AE

Tints of Monte Carlo #7CC4AE

Color information

#7CC4AE (or 0x7CC4AE) is unknown color: approx Monte Carlo. HEX triplet: 7C, C4 and AE. RGB value is (124,196,174). Sum of RGB (Red+Green+Blue) = 124+196+174=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC4AE is #833B51. Grayscale: #ABABAB. Windows color (decimal): -8600402 or 11453564. OLE color: 11453564.

HSL color Cylindrical-coordinate representation of color #7CC4AE: hue angle of 161.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC4AE is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB124196174-
CMYK0.3700.110.23
HSL161.67º37.89%62.75%-
HSV(B)161.67º36.73%76.86%-
XYZ35.6946.8247.2-
YUV171.96129.1593.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.10%
GREEN value IS 196 (76.95% from 255) = 39.68%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=25.10%
G=39.68%
B=35.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1241961740.3700.110.23161.6737.8962.75
Hex7CC4AE250B17a2263f
Octal17430425645013272424677
Binary11111001100010010101110100101010111011110100010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,196,174); }

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

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

 a { background-color: rgb(124,196,174); }

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

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

 span { border-color: rgb(124,196,174); }

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