#7DC5A9

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

Shades of Monte Carlo #7DC5A9

Tints of Monte Carlo #7DC5A9

Color information

#7DC5A9 (or 0x7DC5A9) is unknown color: approx Monte Carlo. HEX triplet: 7D, C5 and A9. RGB value is (125,197,169). Sum of RGB (Red+Green+Blue) = 125+197+169=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC5A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC5A9 is #823A56. Grayscale: #ACACAC. Windows color (decimal): -8534615 or 11126141. OLE color: 11126141.

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

Color convert

RGB125197169-
CMYK0.3700.140.23
HSL156.67º38.3%63.14%-
HSV(B)156.67º36.55%77.25%-
XYZ35.5947.1644.76-
YUV172.28126.1594.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.46%
GREEN value IS 197 (77.34% from 255) = 40.12%
BLUE value IS 169 (66.41% from 255) = 34.42%
R=25.46%
G=40.12%
B=34.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1251971690.3700.140.23156.6738.363.14
Hex7DC5A9250E179d263f
Octal17530525145016272354677
Binary11111011100010110101001100101011101011110011101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,197,169); }

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

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

 a { background-color: rgb(125,197,169); }

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

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

 span { border-color: rgb(125,197,169); }

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