#7DC5AA

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

Shades of Monte Carlo #7DC5AA

Tints of Monte Carlo #7DC5AA

Color information

#7DC5AA (or 0x7DC5AA) is unknown color: approx Monte Carlo. HEX triplet: 7D, C5 and AA. RGB value is (125,197,170). Sum of RGB (Red+Green+Blue) = 125+197+170=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC5AA is #823A55. Grayscale: #ACACAC. Windows color (decimal): -8534614 or 11191677. OLE color: 11191677.

HSL color Cylindrical-coordinate representation of color #7DC5AA: hue angle of 157.5º 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 #7DC5AA is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB125197170-
CMYK0.3700.140.23
HSL157.5º38.3%63.14%-
HSV(B)157.5º36.55%77.25%-
XYZ35.6847.1945.26-
YUV172.39126.6594.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.41%
GREEN value IS 197 (77.34% from 255) = 40.04%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=25.41%
G=40.04%
B=34.55%

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
Decimal1251971700.3700.140.23157.538.363.14
Hex7DC5AA250E179e263f
Octal17530525245016272364677
Binary11111011100010110101010100101011101011110011110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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