Shades of Monte Carlo #7DBDB1
Tints of Monte Carlo #7DBDB1
RGB
CMYK
RGB Variations
Color information
#7DBDB1 (or 0x7DBDB1) is known color: Monte Carlo. HEX triplet: 7D, BD and B1. RGB value is (125,189,177). Sum of RGB (Red+Green+Blue) = 125+189+177=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBDB1 is #82424E. Grayscale: #A8A8A8. Windows color (decimal): -8536655 or 11648381. OLE color: 11648381.
HSL color Cylindrical-coordinate representation of color #7DBDB1: hue angle of 168.75º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBDB1 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 177 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.26 |
| HSL | 168.75º | 0.33% | 0.62% | - |
| HSV(B) | 168.75º | 0.34% | 0.74% | - |
| XYZ | 34.59 | 43.93 | 48.25 | - |
| YUV | 168.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 177 | 0.34 | 0 | 0.06 | 0.26 | 168.75 | 0.33 | 0.62 |
| Hex | 7D | BD | B1 | 22 | 0 | 6 | 1A | A9 | 21 | 3E |
| Octal | 175 | 275 | 261 | 42 | 0 | 6 | 32 | 251 | 41 | 76 |
| Binary | 1111101 | 10111101 | 10110001 | 100010 | 0 | 110 | 11010 | 10101001 | 100001 | 111110 |
Color Harmonies of #7DBDB1
Complementary color
Monochromatic Colors of #7DBDB1
Black with #7DBDB1
Text Example
Text Example
White with #7DBDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDB1; }
p { color: rgb(125,189,177); }
H1.HeaderClassName
{
color: #7DBDB1;
}
.AnyTagClassName
{
color: #7DBDB1;
}
</style>
background-color css
<style>
a { background-color: #7DBDB1; }
a { background-color: rgb(125,189,177); }
div.DivClassName
{
background-color: #7DBDB1;
}
.BgClassName
{
background-color: #7DBDB1;
}
</style>
border-color css
<style>
span { border-color: #7DBDB1; }
span { border-color: rgb(125,189,177); }
td.TdClassName
{
border-color: #7DBDB1;
}
.TagClassName
{
border-color: #7DBDB1;
}
</style>