#7CC8AC

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

Shades of Monte Carlo #7CC8AC

Tints of Monte Carlo #7CC8AC

Color information

#7CC8AC (or 0x7CC8AC) is unknown color: approx Monte Carlo. HEX triplet: 7C, C8 and AC. RGB value is (124,200,172). Sum of RGB (Red+Green+Blue) = 124+200+172=496 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC8AC is #833753. Grayscale: #AEAEAE. Windows color (decimal): -8599380 or 11323516. OLE color: 11323516.

HSL color Cylindrical-coordinate representation of color #7CC8AC: hue angle of 157.89º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC8AC is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB124200172-
CMYK0.3800.140.22
HSL157.89º40.86%63.53%-
HSV(B)157.89º38%78.43%-
XYZ36.4148.5746.49-
YUV174.08126.8292.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=25%
G=40.32%
B=34.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1242001720.3800.140.22157.8940.8663.53
Hex7CC8AC260E169e2940
Octal174310254460162623651100
Binary111110011001000101011001001100111010110100111101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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