#7DC1A5

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

Shades of Monte Carlo #7DC1A5

Tints of Monte Carlo #7DC1A5

Color information

#7DC1A5 (or 0x7DC1A5) is unknown color: approx Monte Carlo. HEX triplet: 7D, C1 and A5. RGB value is (125,193,165). Sum of RGB (Red+Green+Blue) = 125+193+165=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC1A5 is #823E5A. Grayscale: #A9A9A9. Windows color (decimal): -8535643 or 10862973. OLE color: 10862973.

HSL color Cylindrical-coordinate representation of color #7DC1A5: hue angle of 155.29º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC1A5 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB125193165-
CMYK0.3500.150.24
HSL155.29º35.42%62.35%-
HSV(B)155.29º35.23%75.69%-
XYZ34.3245.2242.52-
YUV169.48125.4796.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.88%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 165 (64.84% from 255) = 34.16%
R=25.88%
G=39.96%
B=34.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251931650.3500.150.24155.2935.4262.35
Hex7DC1A5230F189b233e
Octal17530124543017302334376
Binary11111011100000110100101100011011111100010011011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,193,165); }

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

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

 a { background-color: rgb(125,193,165); }

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

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

 span { border-color: rgb(125,193,165); }

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