Shades of Monte Carlo #7DC8BB
Tints of Monte Carlo #7DC8BB
RGB
CMYK
RGB Variations
Color information
#7DC8BB (or 0x7DC8BB) is known color: Monte Carlo. HEX triplet: 7D, C8 and BB. RGB value is (125,200,187). Sum of RGB (Red+Green+Blue) = 125+200+187=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC8BB is #823744. Grayscale: #B0B0B0. Windows color (decimal): -8533829 or 12306557. OLE color: 12306557.
HSL color Cylindrical-coordinate representation of color #7DC8BB: hue angle of 169.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC8BB is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 187 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.22 |
| HSL | 169.6º | 0.41% | 0.64% | - |
| HSV(B) | 169.6º | 0.38% | 0.78% | - |
| XYZ | 38.08 | 49.26 | 54.51 | - |
| YUV | 176.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 187 | 0.38 | 0 | 0.06 | 0.22 | 169.6 | 0.41 | 0.64 |
| Hex | 7D | C8 | BB | 26 | 0 | 6 | 16 | AA | 29 | 40 |
| Octal | 175 | 310 | 273 | 46 | 0 | 6 | 26 | 252 | 51 | 100 |
| Binary | 1111101 | 11001000 | 10111011 | 100110 | 0 | 110 | 10110 | 10101010 | 101001 | 1000000 |
Color Harmonies of #7DC8BB
Complementary color
Monochromatic Colors of #7DC8BB
Black with #7DC8BB
Text Example
Text Example
White with #7DC8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC8BB; }
p { color: rgb(125,200,187); }
H1.HeaderClassName
{
color: #7DC8BB;
}
.AnyTagClassName
{
color: #7DC8BB;
}
</style>
background-color css
<style>
a { background-color: #7DC8BB; }
a { background-color: rgb(125,200,187); }
div.DivClassName
{
background-color: #7DC8BB;
}
.BgClassName
{
background-color: #7DC8BB;
}
</style>
border-color css
<style>
span { border-color: #7DC8BB; }
span { border-color: rgb(125,200,187); }
td.TdClassName
{
border-color: #7DC8BB;
}
.TagClassName
{
border-color: #7DC8BB;
}
</style>