#7CC8A5

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

Shades of Monte Carlo #7CC8A5

Tints of Monte Carlo #7CC8A5

Color information

#7CC8A5 (or 0x7CC8A5) is unknown color: approx Monte Carlo. HEX triplet: 7C, C8 and A5. RGB value is (124,200,165). Sum of RGB (Red+Green+Blue) = 124+200+165=489 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.36% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC8A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC8A5 is #83375A. Grayscale: #ADADAD. Windows color (decimal): -8599387 or 10864764. OLE color: 10864764.

HSL color Cylindrical-coordinate representation of color #7CC8A5: hue angle of 152.37º 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 #7CC8A5 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB124200165-
CMYK0.3800.180.22
HSL152.37º40.86%63.53%-
HSV(B)152.37º38%78.43%-
XYZ35.7648.3143.04-
YUV173.29123.3292.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.36%
GREEN value IS 200 (78.52% from 255) = 40.90%
BLUE value IS 165 (64.84% from 255) = 33.74%
R=25.36%
G=40.90%
B=33.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1242001650.3800.180.22152.3740.8663.53
Hex7CC8A52601216982940
Octal174310245460222623051100
Binary1111100110010001010010110011001001010110100110001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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