#7DC3BE

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

Shades of Monte Carlo #7DC3BE

Tints of Monte Carlo #7DC3BE

Color information

#7DC3BE (or 0x7DC3BE) is unknown color: approx Monte Carlo. HEX triplet: 7D, C3 and BE. RGB value is (125,195,190). Sum of RGB (Red+Green+Blue) = 125+195+190=510 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.51% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC3BE is #823C41. Grayscale: #ADADAD. Windows color (decimal): -8535106 or 12501885. OLE color: 12501885.

HSL color Cylindrical-coordinate representation of color #7DC3BE: hue angle of 175.71º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC3BE is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB125195190-
CMYK0.3600.030.24
HSL175.71º36.84%62.75%-
HSV(B)175.71º35.9%76.47%-
XYZ37.2747.1155.84-
YUV173.5137.3193.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.51%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=24.51%
G=38.24%
B=37.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951900.3600.030.24175.7136.8462.75
Hex7DC3BE240318b0253f
Octal1753032764403302604577
Binary111110111000011101111101001000111100010110000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,195,190); }

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

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

 a { background-color: rgb(125,195,190); }

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

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

 span { border-color: rgb(125,195,190); }

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