#7DCDB7

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

Shades of Monte Carlo #7DCDB7

Tints of Monte Carlo #7DCDB7

Color information

#7DCDB7 (or 0x7DCDB7) is unknown color: approx Monte Carlo. HEX triplet: 7D, CD and B7. RGB value is (125,205,183). Sum of RGB (Red+Green+Blue) = 125+205+183=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDB7 is #823248. Grayscale: #B2B2B2. Windows color (decimal): -8532553 or 12045693. OLE color: 12045693.

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

Color convert

RGB125205183-
CMYK0.3900.110.20
HSL163.5º44.44%64.71%-
HSV(B)163.5º39.02%80.39%-
XYZ38.8451.4452.68-
YUV178.57130.589.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.37%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 183 (71.88% from 255) = 35.67%
R=24.37%
G=39.96%
B=35.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051830.3900.110.20163.544.4464.71
Hex7DCDB7270B14a42c41
Octal175315267470132424454101
Binary111110111001101101101111001110101110100101001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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