#7DCDB4

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

Shades of Monte Carlo #7DCDB4

Tints of Monte Carlo #7DCDB4

Color information

#7DCDB4 (or 0x7DCDB4) is unknown color: approx Monte Carlo. HEX triplet: 7D, CD and B4. RGB value is (125,205,180). Sum of RGB (Red+Green+Blue) = 125+205+180=510 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.51% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDB4 is #82324B. Grayscale: #B2B2B2. Windows color (decimal): -8532556 or 11849085. OLE color: 11849085.

HSL color Cylindrical-coordinate representation of color #7DCDB4: hue angle of 161.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCDB4 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB125205180-
CMYK0.3900.120.20
HSL161.25º44.44%64.71%-
HSV(B)161.25º39.02%80.39%-
XYZ38.5351.3251.05-
YUV178.2312990.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.51%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=24.51%
G=40.20%
B=35.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051800.3900.120.20161.2544.4464.71
Hex7DCDB4270C14a12c41
Octal175315264470142424154101
Binary111110111001101101101001001110110010100101000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,205,180); }

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

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

 a { background-color: rgb(125,205,180); }

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

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

 span { border-color: rgb(125,205,180); }

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