#7CC9AC

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

Shades of Monte Carlo #7CC9AC

Tints of Monte Carlo #7CC9AC

Color information

#7CC9AC (or 0x7CC9AC) is unknown color: approx Monte Carlo. HEX triplet: 7C, C9 and AC. RGB value is (124,201,172). Sum of RGB (Red+Green+Blue) = 124+201+172=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC9AC is #833653. Grayscale: #AEAEAE. Windows color (decimal): -8599124 or 11323772. OLE color: 11323772.

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

Color convert

RGB124201172-
CMYK0.3800.140.21
HSL157.4º41.62%63.73%-
HSV(B)157.4º38.31%78.82%-
XYZ36.6549.0446.56-
YUV174.67126.4991.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.95%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=24.95%
G=40.44%
B=34.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1242011720.3800.140.21157.441.6263.73
Hex7CC9AC260E159d2a40
Octal174311254460162523552100
Binary111110011001001101011001001100111010101100111011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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