#7DCDB1

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

Shades of Monte Carlo #7DCDB1

Tints of Monte Carlo #7DCDB1

Color information

#7DCDB1 (or 0x7DCDB1) is unknown color: approx Monte Carlo. HEX triplet: 7D, CD and B1. RGB value is (125,205,177). Sum of RGB (Red+Green+Blue) = 125+205+177=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCDB1 is #82324E. Grayscale: #B1B1B1. Windows color (decimal): -8532559 or 11652477. OLE color: 11652477.

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

Color convert

RGB125205177-
CMYK0.3900.140.20
HSL159º44.44%64.71%-
HSV(B)159º39.02%80.39%-
XYZ38.2251.249.46-
YUV177.89127.590.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.65%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=24.65%
G=40.43%
B=34.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051770.3900.140.2015944.4464.71
Hex7DCDB1270E149f2c41
Octal175315261470162423754101
Binary111110111001101101100011001110111010100100111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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