#7DC0B3

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

Shades of Monte Carlo #7DC0B3

Tints of Monte Carlo #7DC0B3

Color information

#7DC0B3 (or 0x7DC0B3) is unknown color: approx Monte Carlo. HEX triplet: 7D, C0 and B3. RGB value is (125,192,179). Sum of RGB (Red+Green+Blue) = 125+192+179=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC0B3 is #823F4C. Grayscale: #AAAAAA. Windows color (decimal): -8535885 or 11780221. OLE color: 11780221.

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

Color convert

RGB125192179-
CMYK0.3500.070.25
HSL168.36º34.72%62.16%-
HSV(B)168.36º34.9%75.29%-
XYZ35.4445.3149.53-
YUV170.48132.895.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.20%
GREEN value IS 192 (75.39% from 255) = 38.71%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=25.20%
G=38.71%
B=36.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251921790.3500.070.25168.3634.7262.16
Hex7DC0B3230719a8233e
Octal1753002634307312504376
Binary1111101110000001011001110001101111100110101000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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