#7DC8AD

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

Shades of Monte Carlo #7DC8AD

Tints of Monte Carlo #7DC8AD

Color information

#7DC8AD (or 0x7DC8AD) is unknown color: approx Monte Carlo. HEX triplet: 7D, C8 and AD. RGB value is (125,200,173). Sum of RGB (Red+Green+Blue) = 125+200+173=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC8AD is #823752. Grayscale: #AEAEAE. Windows color (decimal): -8533843 or 11389053. OLE color: 11389053.

HSL color Cylindrical-coordinate representation of color #7DC8AD: hue angle of 158.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC8AD is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB125200173-
CMYK0.3800.140.22
HSL158.4º40.54%63.73%-
HSV(B)158.4º37.5%78.43%-
XYZ36.6548.6947-
YUV174.5127.1592.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.10%
GREEN value IS 200 (78.52% from 255) = 40.16%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=25.10%
G=40.16%
B=34.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1252001730.3800.140.22158.440.5463.73
Hex7DC8AD260E169e2940
Octal175310255460162623651100
Binary111110111001000101011011001100111010110100111101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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