Shades of Monte Carlo #7DBBB0
Tints of Monte Carlo #7DBBB0
RGB
CMYK
RGB Variations
Color information
#7DBBB0 (or 0x7DBBB0) is known color: Monte Carlo. HEX triplet: 7D, BB and B0. RGB value is (125,187,176). Sum of RGB (Red+Green+Blue) = 125+187+176=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBBB0 is #82444F. Grayscale: #A7A7A7. Windows color (decimal): -8537168 or 11582333. OLE color: 11582333.
HSL color Cylindrical-coordinate representation of color #7DBBB0: hue angle of 169.35º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBBB0 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 176 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.27 |
| HSL | 169.35º | 0.31% | 0.61% | - |
| HSV(B) | 169.35º | 0.33% | 0.73% | - |
| XYZ | 34.06 | 43.04 | 47.59 | - |
| YUV | 167.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 176 | 0.33 | 0 | 0.06 | 0.27 | 169.35 | 0.31 | 0.61 |
| Hex | 7D | BB | B0 | 21 | 0 | 6 | 1B | A9 | 1F | 3D |
| Octal | 175 | 273 | 260 | 41 | 0 | 6 | 33 | 251 | 37 | 75 |
| Binary | 1111101 | 10111011 | 10110000 | 100001 | 0 | 110 | 11011 | 10101001 | 11111 | 111101 |
Color Harmonies of #7DBBB0
Complementary color
Monochromatic Colors of #7DBBB0
Black with #7DBBB0
Text Example
Text Example
White with #7DBBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBB0; }
p { color: rgb(125,187,176); }
H1.HeaderClassName
{
color: #7DBBB0;
}
.AnyTagClassName
{
color: #7DBBB0;
}
</style>
background-color css
<style>
a { background-color: #7DBBB0; }
a { background-color: rgb(125,187,176); }
div.DivClassName
{
background-color: #7DBBB0;
}
.BgClassName
{
background-color: #7DBBB0;
}
</style>
border-color css
<style>
span { border-color: #7DBBB0; }
span { border-color: rgb(125,187,176); }
td.TdClassName
{
border-color: #7DBBB0;
}
.TagClassName
{
border-color: #7DBBB0;
}
</style>