Shades of Monte Carlo #7DC8B9
Tints of Monte Carlo #7DC8B9
RGB
CMYK
RGB Variations
Color information
#7DC8B9 (or 0x7DC8B9) is known color: Monte Carlo. HEX triplet: 7D, C8 and B9. RGB value is (125,200,185). Sum of RGB (Red+Green+Blue) = 125+200+185=510 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.51% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC8B9 is #823746. Grayscale: #AFAFAF. Windows color (decimal): -8533831 or 12175485. OLE color: 12175485.
HSL color Cylindrical-coordinate representation of color #7DC8B9: hue angle of 168º 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 #7DC8B9 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 185 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.22 |
| HSL | 168º | 0.41% | 0.64% | - |
| HSV(B) | 168º | 0.38% | 0.78% | - |
| XYZ | 37.87 | 49.17 | 53.39 | - |
| YUV | 175.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 185 | 0.38 | 0 | 0.08 | 0.22 | 168 | 0.41 | 0.64 |
| Hex | 7D | C8 | B9 | 26 | 0 | 8 | 16 | A8 | 29 | 40 |
| Octal | 175 | 310 | 271 | 46 | 0 | 10 | 26 | 250 | 51 | 100 |
| Binary | 1111101 | 11001000 | 10111001 | 100110 | 0 | 1000 | 10110 | 10101000 | 101001 | 1000000 |
Color Harmonies of #7DC8B9
Complementary color
Monochromatic Colors of #7DC8B9
Black with #7DC8B9
Text Example
Text Example
White with #7DC8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC8B9; }
p { color: rgb(125,200,185); }
H1.HeaderClassName
{
color: #7DC8B9;
}
.AnyTagClassName
{
color: #7DC8B9;
}
</style>
background-color css
<style>
a { background-color: #7DC8B9; }
a { background-color: rgb(125,200,185); }
div.DivClassName
{
background-color: #7DC8B9;
}
.BgClassName
{
background-color: #7DC8B9;
}
</style>
border-color css
<style>
span { border-color: #7DC8B9; }
span { border-color: rgb(125,200,185); }
td.TdClassName
{
border-color: #7DC8B9;
}
.TagClassName
{
border-color: #7DC8B9;
}
</style>