Shades of Monte Carlo #7DBCA6
Tints of Monte Carlo #7DBCA6
RGB
CMYK
RGB Variations
Color information
#7DBCA6 (or 0x7DBCA6) is known color: Monte Carlo. HEX triplet: 7D, BC and A6. RGB value is (125,188,166). Sum of RGB (Red+Green+Blue) = 125+188+166=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBCA6 is #824359. Grayscale: #A6A6A6. Windows color (decimal): -8536922 or 10927229. OLE color: 10927229.
HSL color Cylindrical-coordinate representation of color #7DBCA6: hue angle of 159.05º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBCA6 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 166 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.26 |
| HSL | 159.05º | 0.32% | 0.61% | - |
| HSV(B) | 159.05º | 0.34% | 0.74% | - |
| XYZ | 33.32 | 43.08 | 42.64 | - |
| YUV | 166.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 166 | 0.34 | 0 | 0.12 | 0.26 | 159.05 | 0.32 | 0.61 |
| Hex | 7D | BC | A6 | 22 | 0 | C | 1A | 9F | 20 | 3D |
| Octal | 175 | 274 | 246 | 42 | 0 | 14 | 32 | 237 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10100110 | 100010 | 0 | 1100 | 11010 | 10011111 | 100000 | 111101 |
Color Harmonies of #7DBCA6
Complementary color
Monochromatic Colors of #7DBCA6
Black with #7DBCA6
Text Example
Text Example
White with #7DBCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCA6; }
p { color: rgb(125,188,166); }
H1.HeaderClassName
{
color: #7DBCA6;
}
.AnyTagClassName
{
color: #7DBCA6;
}
</style>
background-color css
<style>
a { background-color: #7DBCA6; }
a { background-color: rgb(125,188,166); }
div.DivClassName
{
background-color: #7DBCA6;
}
.BgClassName
{
background-color: #7DBCA6;
}
</style>
border-color css
<style>
span { border-color: #7DBCA6; }
span { border-color: rgb(125,188,166); }
td.TdClassName
{
border-color: #7DBCA6;
}
.TagClassName
{
border-color: #7DBCA6;
}
</style>