#7CC2AB

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

Shades of Monte Carlo #7CC2AB

Tints of Monte Carlo #7CC2AB

Color information

#7CC2AB (or 0x7CC2AB) is unknown color: approx Monte Carlo. HEX triplet: 7C, C2 and AB. RGB value is (124,194,171). Sum of RGB (Red+Green+Blue) = 124+194+171=489 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.36% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC2AB is #833D54. Grayscale: #AAAAAA. Windows color (decimal): -8600917 or 11256444. OLE color: 11256444.

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

Color convert

RGB124194171-
CMYK0.3600.120.24
HSL160.29º36.46%62.35%-
HSV(B)160.29º36.08%76.08%-
XYZ34.9545.8145.53-
YUV170.45128.3194.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.36%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=25.36%
G=39.67%
B=34.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241941710.3600.120.24160.2936.4662.35
Hex7CC2AB240C18a0243e
Octal17430225344014302404476
Binary11111001100001010101011100100011001100010100000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,194,171); }

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

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

 a { background-color: rgb(124,194,171); }

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

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

 span { border-color: rgb(124,194,171); }

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