#7DC5BF

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

Shades of Monte Carlo #7DC5BF

Tints of Monte Carlo #7DC5BF

Color information

#7DC5BF (or 0x7DC5BF) is unknown color: approx Monte Carlo. HEX triplet: 7D, C5 and BF. RGB value is (125,197,191). Sum of RGB (Red+Green+Blue) = 125+197+191=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC5BF is #823A40. Grayscale: #AEAEAE. Windows color (decimal): -8534593 or 12567933. OLE color: 12567933.

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

Color convert

RGB125197191-
CMYK0.3700.030.23
HSL175º38.3%63.14%-
HSV(B)175º36.55%77.25%-
XYZ37.8348.0556.57-
YUV174.79137.1592.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.37%
GREEN value IS 197 (77.34% from 255) = 38.40%
BLUE value IS 191 (75% from 255) = 37.23%
R=24.37%
G=38.40%
B=37.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1251971910.3700.030.2317538.363.14
Hex7DC5BF250317af263f
Octal1753052774503272574677
Binary111110111000101101111111001010111011110101111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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