Shades of Monte Carlo #7DB9B5
Tints of Monte Carlo #7DB9B5
RGB
CMYK
RGB Variations
Color information
#7DB9B5 (or 0x7DB9B5) is known color: Monte Carlo. HEX triplet: 7D, B9 and B5. RGB value is (125,185,181). Sum of RGB (Red+Green+Blue) = 125+185+181=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB9B5 is #82464A. Grayscale: #A6A6A6. Windows color (decimal): -8537675 or 11909501. OLE color: 11909501.
HSL color Cylindrical-coordinate representation of color #7DB9B5: hue angle of 176º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB9B5 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 181 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.27 |
| HSL | 176º | 0.3% | 0.61% | - |
| HSV(B) | 176º | 0.32% | 0.73% | - |
| XYZ | 34.15 | 42.39 | 50.1 | - |
| YUV | 166.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 181 | 0.32 | 0 | 0.02 | 0.27 | 176 | 0.3 | 0.61 |
| Hex | 7D | B9 | B5 | 20 | 0 | 2 | 1B | B0 | 1E | 3D |
| Octal | 175 | 271 | 265 | 40 | 0 | 2 | 33 | 260 | 36 | 75 |
| Binary | 1111101 | 10111001 | 10110101 | 100000 | 0 | 10 | 11011 | 10110000 | 11110 | 111101 |
Color Harmonies of #7DB9B5
Complementary color
Monochromatic Colors of #7DB9B5
Black with #7DB9B5
Text Example
Text Example
White with #7DB9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB9B5; }
p { color: rgb(125,185,181); }
H1.HeaderClassName
{
color: #7DB9B5;
}
.AnyTagClassName
{
color: #7DB9B5;
}
</style>
background-color css
<style>
a { background-color: #7DB9B5; }
a { background-color: rgb(125,185,181); }
div.DivClassName
{
background-color: #7DB9B5;
}
.BgClassName
{
background-color: #7DB9B5;
}
</style>
border-color css
<style>
span { border-color: #7DB9B5; }
span { border-color: rgb(125,185,181); }
td.TdClassName
{
border-color: #7DB9B5;
}
.TagClassName
{
border-color: #7DB9B5;
}
</style>