#7DC3AD

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

Shades of Monte Carlo #7DC3AD

Tints of Monte Carlo #7DC3AD

Color information

#7DC3AD (or 0x7DC3AD) is unknown color: approx Monte Carlo. HEX triplet: 7D, C3 and AD. RGB value is (125,195,173). Sum of RGB (Red+Green+Blue) = 125+195+173=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC3AD is #823C52. Grayscale: #ABABAB. Windows color (decimal): -8535123 or 11387773. OLE color: 11387773.

HSL color Cylindrical-coordinate representation of color #7DC3AD: hue angle of 161.14º 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 #7DC3AD is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB125195173-
CMYK0.3600.110.24
HSL161.14º36.84%62.75%-
HSV(B)161.14º35.9%76.47%-
XYZ35.5246.4146.62-
YUV171.56128.8194.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 195 (76.56% from 255) = 39.55%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=25.35%
G=39.55%
B=35.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951730.3600.110.24161.1436.8462.75
Hex7DC3AD240B18a1253f
Octal17530325544013302414577
Binary11111011100001110101101100100010111100010100001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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