#7DCDB5

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

Shades of Monte Carlo #7DCDB5

Tints of Monte Carlo #7DCDB5

Color information

#7DCDB5 (or 0x7DCDB5) is unknown color: approx Monte Carlo. HEX triplet: 7D, CD and B5. RGB value is (125,205,181). Sum of RGB (Red+Green+Blue) = 125+205+181=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDB5 is #82324A. Grayscale: #B2B2B2. Windows color (decimal): -8532555 or 11914621. OLE color: 11914621.

HSL color Cylindrical-coordinate representation of color #7DCDB5: hue angle of 162º 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 #7DCDB5 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB125205181-
CMYK0.3900.120.20
HSL162º44.44%64.71%-
HSV(B)162º39.02%80.39%-
XYZ38.6351.3651.59-
YUV178.34129.589.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.46%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 181 (71.09% from 255) = 35.42%
R=24.46%
G=40.12%
B=35.42%

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
Decimal1252051810.3900.120.2016244.4464.71
Hex7DCDB5270C14a22c41
Octal175315265470142424254101
Binary111110111001101101101011001110110010100101000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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