#7CC2AC

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

Shades of Monte Carlo #7CC2AC

Tints of Monte Carlo #7CC2AC

Color information

#7CC2AC (or 0x7CC2AC) is unknown color: approx Monte Carlo. HEX triplet: 7C, C2 and AC. RGB value is (124,194,172). Sum of RGB (Red+Green+Blue) = 124+194+172=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC2AC is #833D53. Grayscale: #AAAAAA. Windows color (decimal): -8600916 or 11321980. OLE color: 11321980.

HSL color Cylindrical-coordinate representation of color #7CC2AC: hue angle of 161.14º 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 #7CC2AC is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB124194172-
CMYK0.3600.110.24
HSL161.14º36.46%62.35%-
HSV(B)161.14º36.08%76.08%-
XYZ35.0545.8546.03-
YUV170.56128.8194.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.31%
GREEN value IS 194 (76.17% from 255) = 39.59%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=25.31%
G=39.59%
B=35.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241941720.3600.110.24161.1436.4662.35
Hex7CC2AC240B18a1243e
Octal17430225444013302414476
Binary11111001100001010101100100100010111100010100001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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