Shades of Monte Carlo #7DBFB1
Tints of Monte Carlo #7DBFB1
RGB
CMYK
RGB Variations
Color information
#7DBFB1 (or 0x7DBFB1) is known color: Monte Carlo. HEX triplet: 7D, BF and B1. RGB value is (125,191,177). Sum of RGB (Red+Green+Blue) = 125+191+177=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBFB1 is #82404E. Grayscale: #A9A9A9. Windows color (decimal): -8536143 or 11648893. OLE color: 11648893.
HSL color Cylindrical-coordinate representation of color #7DBFB1: hue angle of 167.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBFB1 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 177 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.25 |
| HSL | 167.27º | 0.34% | 0.62% | - |
| HSV(B) | 167.27º | 0.35% | 0.75% | - |
| XYZ | 35.02 | 44.8 | 48.4 | - |
| YUV | 169.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 177 | 0.35 | 0 | 0.07 | 0.25 | 167.27 | 0.34 | 0.62 |
| Hex | 7D | BF | B1 | 23 | 0 | 7 | 19 | A7 | 22 | 3E |
| Octal | 175 | 277 | 261 | 43 | 0 | 7 | 31 | 247 | 42 | 76 |
| Binary | 1111101 | 10111111 | 10110001 | 100011 | 0 | 111 | 11001 | 10100111 | 100010 | 111110 |
Color Harmonies of #7DBFB1
Complementary color
Monochromatic Colors of #7DBFB1
Black with #7DBFB1
Text Example
Text Example
White with #7DBFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFB1; }
p { color: rgb(125,191,177); }
H1.HeaderClassName
{
color: #7DBFB1;
}
.AnyTagClassName
{
color: #7DBFB1;
}
</style>
background-color css
<style>
a { background-color: #7DBFB1; }
a { background-color: rgb(125,191,177); }
div.DivClassName
{
background-color: #7DBFB1;
}
.BgClassName
{
background-color: #7DBFB1;
}
</style>
border-color css
<style>
span { border-color: #7DBFB1; }
span { border-color: rgb(125,191,177); }
td.TdClassName
{
border-color: #7DBFB1;
}
.TagClassName
{
border-color: #7DBFB1;
}
</style>