Shades of Monte Carlo #7DBDBA
Tints of Monte Carlo #7DBDBA
RGB
CMYK
RGB Variations
Color information
#7DBDBA (or 0x7DBDBA) is known color: Monte Carlo. HEX triplet: 7D, BD and BA. RGB value is (125,189,186). Sum of RGB (Red+Green+Blue) = 125+189+186=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDBA is #824245. Grayscale: #A9A9A9. Windows color (decimal): -8536646 or 12238205. OLE color: 12238205.
HSL color Cylindrical-coordinate representation of color #7DBDBA: hue angle of 177.19º 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 #7DBDBA is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 186 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.26 |
| HSL | 177.19º | 0.33% | 0.62% | - |
| HSV(B) | 177.19º | 0.34% | 0.74% | - |
| XYZ | 35.52 | 44.3 | 53.13 | - |
| YUV | 169.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 186 | 0.34 | 0 | 0.02 | 0.26 | 177.19 | 0.33 | 0.62 |
| Hex | 7D | BD | BA | 22 | 0 | 2 | 1A | B1 | 21 | 3E |
| Octal | 175 | 275 | 272 | 42 | 0 | 2 | 32 | 261 | 41 | 76 |
| Binary | 1111101 | 10111101 | 10111010 | 100010 | 0 | 10 | 11010 | 10110001 | 100001 | 111110 |
Color Harmonies of #7DBDBA
Complementary color
Monochromatic Colors of #7DBDBA
Black with #7DBDBA
Text Example
Text Example
White with #7DBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDBA; }
p { color: rgb(125,189,186); }
H1.HeaderClassName
{
color: #7DBDBA;
}
.AnyTagClassName
{
color: #7DBDBA;
}
</style>
background-color css
<style>
a { background-color: #7DBDBA; }
a { background-color: rgb(125,189,186); }
div.DivClassName
{
background-color: #7DBDBA;
}
.BgClassName
{
background-color: #7DBDBA;
}
</style>
border-color css
<style>
span { border-color: #7DBDBA; }
span { border-color: rgb(125,189,186); }
td.TdClassName
{
border-color: #7DBDBA;
}
.TagClassName
{
border-color: #7DBDBA;
}
</style>