#7DC0B7

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

Shades of Monte Carlo #7DC0B7

Tints of Monte Carlo #7DC0B7

Color information

#7DC0B7 (or 0x7DC0B7) is unknown color: approx Monte Carlo. HEX triplet: 7D, C0 and B7. RGB value is (125,192,183). Sum of RGB (Red+Green+Blue) = 125+192+183=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC0B7 is #823F48. Grayscale: #AAAAAA. Windows color (decimal): -8535881 or 12042365. OLE color: 12042365.

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

Color convert

RGB125192183-
CMYK0.3500.050.25
HSL171.94º34.72%62.16%-
HSV(B)171.94º34.9%75.29%-
XYZ35.8545.4851.69-
YUV170.94134.895.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25%
GREEN value IS 192 (75.39% from 255) = 38.4%
BLUE value IS 183 (71.88% from 255) = 36.6%
R=25%
G=38.4%
B=36.6%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251921830.3500.050.25171.9434.7262.16
Hex7DC0B7230519ac233e
Octal1753002674305312544376
Binary1111101110000001011011110001101011100110101100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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