#7DCCB9

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

Shades of Monte Carlo #7DCCB9

Tints of Monte Carlo #7DCCB9

Color information

#7DCCB9 (or 0x7DCCB9) is unknown color: approx Monte Carlo. HEX triplet: 7D, CC and B9. RGB value is (125,204,185). Sum of RGB (Red+Green+Blue) = 125+204+185=514 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.32% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCB9 is #823346. Grayscale: #B2B2B2. Windows color (decimal): -8532807 or 12176509. OLE color: 12176509.

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

Color convert

RGB125204185-
CMYK0.3900.090.2
HSL165.57º43.65%64.51%-
HSV(B)165.57º38.73%80%-
XYZ38.8151.0553.71-
YUV178.21131.8390.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.32%
GREEN value IS 204 (80.08% from 255) = 39.69%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=24.32%
G=39.69%
B=35.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1252041850.3900.090.2165.5743.6564.51
Hex7DCCB9270914a62c41
Octal175314271470112424654101
Binary111110111001100101110011001110100110100101001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,204,185); }

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

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

 a { background-color: rgb(125,204,185); }

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

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

 span { border-color: rgb(125,204,185); }

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