#7DD3AD

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

Shades of Monte Carlo #7DD3AD

Tints of Monte Carlo #7DD3AD

Color information

#7DD3AD (or 0x7DD3AD) is unknown color: approx Monte Carlo. HEX triplet: 7D, D3 and AD. RGB value is (125,211,173). Sum of RGB (Red+Green+Blue) = 125+211+173=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD3AD is #822C52. Grayscale: #B5B5B5. Windows color (decimal): -8531027 or 11391869. OLE color: 11391869.

HSL color Cylindrical-coordinate representation of color #7DD3AD: hue angle of 153.49º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD3AD is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB125211173-
CMYK0.4100.180.17
HSL153.49º49.43%65.88%-
HSV(B)153.49º40.76%82.75%-
XYZ39.2953.9747.88-
YUV180.95123.5188.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.56%
GREEN value IS 211 (82.81% from 255) = 41.45%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=24.56%
G=41.45%
B=33.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1252111730.4100.180.17153.4949.4365.88
Hex7DD3AD2901211993142
Octal175323255510222123161102
Binary1111101110100111010110110100101001010001100110011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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