#7DD0AB

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

Shades of Monte Carlo #7DD0AB

Tints of Monte Carlo #7DD0AB

Color information

#7DD0AB (or 0x7DD0AB) is unknown color: approx Monte Carlo. HEX triplet: 7D, D0 and AB. RGB value is (125,208,171). Sum of RGB (Red+Green+Blue) = 125+208+171=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD0AB is #822F54. Grayscale: #B3B3B3. Windows color (decimal): -8531797 or 11260029. OLE color: 11260029.

HSL color Cylindrical-coordinate representation of color #7DD0AB: hue angle of 153.25º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD0AB is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB125208171-
CMYK0.4000.180.18
HSL153.25º46.89%65.29%-
HSV(B)153.25º39.9%81.57%-
XYZ38.3652.4146.62-
YUV178.96123.589.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.80%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=24.80%
G=41.27%
B=33.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252081710.4000.180.18153.2546.8965.29
Hex7DD0AB2801212992f41
Octal175320253500222223157101
Binary1111101110100001010101110100001001010010100110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,208,171); }

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

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

 a { background-color: rgb(125,208,171); }

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

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

 span { border-color: rgb(125,208,171); }

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