#7DC5B7

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

Shades of Monte Carlo #7DC5B7

Tints of Monte Carlo #7DC5B7

Color information

#7DC5B7 (or 0x7DC5B7) is unknown color: approx Monte Carlo. HEX triplet: 7D, C5 and B7. RGB value is (125,197,183). Sum of RGB (Red+Green+Blue) = 125+197+183=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC5B7 is #823A48. Grayscale: #ADADAD. Windows color (decimal): -8534601 or 12043645. OLE color: 12043645.

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

Color convert

RGB125197183-
CMYK0.3700.070.23
HSL168.33º38.3%63.14%-
HSV(B)168.33º36.55%77.25%-
XYZ36.9747.7152.06-
YUV173.88133.1593.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 197 (77.34% from 255) = 39.01%
BLUE value IS 183 (71.88% from 255) = 36.24%
R=24.75%
G=39.01%
B=36.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1251971830.3700.070.23168.3338.363.14
Hex7DC5B7250717a8263f
Octal1753052674507272504677
Binary1111101110001011011011110010101111011110101000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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