#7CC0A6

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

Shades of Monte Carlo #7CC0A6

Tints of Monte Carlo #7CC0A6

Color information

#7CC0A6 (or 0x7CC0A6) is unknown color: approx Monte Carlo. HEX triplet: 7C, C0 and A6. RGB value is (124,192,166). Sum of RGB (Red+Green+Blue) = 124+192+166=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC0A6 is #833F59. Grayscale: #A8A8A8. Windows color (decimal): -8601434 or 10928252. OLE color: 10928252.

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

Color convert

RGB124192166-
CMYK0.3500.140.25
HSL157.06º35.05%61.96%-
HSV(B)157.06º35.42%75.29%-
XYZ34.0444.7442.92-
YUV168.7126.4796.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.73%
GREEN value IS 192 (75.39% from 255) = 39.83%
BLUE value IS 166 (65.23% from 255) = 34.44%
R=25.73%
G=39.83%
B=34.44%

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
Decimal1241921660.3500.140.25157.0635.0561.96
Hex7CC0A6230E199d233e
Octal17430024643016312354376
Binary11111001100000010100110100011011101100110011101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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