#7CC0A5

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

Shades of Monte Carlo #7CC0A5

Tints of Monte Carlo #7CC0A5

Color information

#7CC0A5 (or 0x7CC0A5) is unknown color: approx Monte Carlo. HEX triplet: 7C, C0 and A5. RGB value is (124,192,165). Sum of RGB (Red+Green+Blue) = 124+192+165=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC0A5 is #833F5A. Grayscale: #A8A8A8. Windows color (decimal): -8601435 or 10862716. OLE color: 10862716.

HSL color Cylindrical-coordinate representation of color #7CC0A5: hue angle of 156.18º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CC0A5 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB124192165-
CMYK0.3500.140.25
HSL156.18º35.05%61.96%-
HSV(B)156.18º35.42%75.29%-
XYZ33.9544.742.44-
YUV168.59125.9796.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.78%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 165 (64.84% from 255) = 34.30%
R=25.78%
G=39.92%
B=34.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241921650.3500.140.25156.1835.0561.96
Hex7CC0A5230E199c233e
Octal17430024543016312344376
Binary11111001100000010100101100011011101100110011100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,192,165); }

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

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

 a { background-color: rgb(124,192,165); }

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

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

 span { border-color: rgb(124,192,165); }

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