#7CC3A8

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

Shades of Monte Carlo #7CC3A8

Tints of Monte Carlo #7CC3A8

Color information

#7CC3A8 (or 0x7CC3A8) is unknown color: approx Monte Carlo. HEX triplet: 7C, C3 and A8. RGB value is (124,195,168). Sum of RGB (Red+Green+Blue) = 124+195+168=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC3A8 is #833C57. Grayscale: #AAAAAA. Windows color (decimal): -8600664 or 11060092. OLE color: 11060092.

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

Color convert

RGB124195168-
CMYK0.3600.140.24
HSL157.18º37.17%62.55%-
HSV(B)157.18º36.41%76.47%-
XYZ34.946.1444.11-
YUV170.69126.4894.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.46%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 168 (66.02% from 255) = 34.50%
R=25.46%
G=40.04%
B=34.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241951680.3600.140.24157.1837.1762.55
Hex7CC3A8240E189d253f
Octal17430325044016302354577
Binary11111001100001110101000100100011101100010011101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,195,168); }

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

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

 a { background-color: rgb(124,195,168); }

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

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

 span { border-color: rgb(124,195,168); }

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