Shades of Monte Carlo #7DBBAB
Tints of Monte Carlo #7DBBAB
RGB
CMYK
RGB Variations
Color information
#7DBBAB (or 0x7DBBAB) is known color: Monte Carlo. HEX triplet: 7D, BB and AB. RGB value is (125,187,171). Sum of RGB (Red+Green+Blue) = 125+187+171=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBBAB is #824454. Grayscale: #A6A6A6. Windows color (decimal): -8537173 or 11254653. OLE color: 11254653.
HSL color Cylindrical-coordinate representation of color #7DBBAB: hue angle of 164.52º 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 #7DBBAB is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 171 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.27 |
| HSL | 164.52º | 0.31% | 0.61% | - |
| HSV(B) | 164.52º | 0.33% | 0.73% | - |
| XYZ | 33.58 | 42.84 | 45.03 | - |
| YUV | 166.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 171 | 0.33 | 0 | 0.09 | 0.27 | 164.52 | 0.31 | 0.61 |
| Hex | 7D | BB | AB | 21 | 0 | 9 | 1B | A5 | 1F | 3D |
| Octal | 175 | 273 | 253 | 41 | 0 | 11 | 33 | 245 | 37 | 75 |
| Binary | 1111101 | 10111011 | 10101011 | 100001 | 0 | 1001 | 11011 | 10100101 | 11111 | 111101 |
Color Harmonies of #7DBBAB
Complementary color
Monochromatic Colors of #7DBBAB
Black with #7DBBAB
Text Example
Text Example
White with #7DBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBAB; }
p { color: rgb(125,187,171); }
H1.HeaderClassName
{
color: #7DBBAB;
}
.AnyTagClassName
{
color: #7DBBAB;
}
</style>
background-color css
<style>
a { background-color: #7DBBAB; }
a { background-color: rgb(125,187,171); }
div.DivClassName
{
background-color: #7DBBAB;
}
.BgClassName
{
background-color: #7DBBAB;
}
</style>
border-color css
<style>
span { border-color: #7DBBAB; }
span { border-color: rgb(125,187,171); }
td.TdClassName
{
border-color: #7DBBAB;
}
.TagClassName
{
border-color: #7DBBAB;
}
</style>