Shades of Monte Carlo #7DBFBC
Tints of Monte Carlo #7DBFBC
RGB
CMYK
RGB Variations
Color information
#7DBFBC (or 0x7DBFBC) is known color: Monte Carlo. HEX triplet: 7D, BF and BC. RGB value is (125,191,188). Sum of RGB (Red+Green+Blue) = 125+191+188=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFBC is #824043. Grayscale: #AAAAAA. Windows color (decimal): -8536132 or 12369789. OLE color: 12369789.
HSL color Cylindrical-coordinate representation of color #7DBFBC: hue angle of 177.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBFBC is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 188 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.25 |
| HSL | 177.27º | 0.34% | 0.62% | - |
| HSV(B) | 177.27º | 0.35% | 0.75% | - |
| XYZ | 36.17 | 45.25 | 54.41 | - |
| YUV | 170.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 188 | 0.35 | 0 | 0.02 | 0.25 | 177.27 | 0.34 | 0.62 |
| Hex | 7D | BF | BC | 23 | 0 | 2 | 19 | B1 | 22 | 3E |
| Octal | 175 | 277 | 274 | 43 | 0 | 2 | 31 | 261 | 42 | 76 |
| Binary | 1111101 | 10111111 | 10111100 | 100011 | 0 | 10 | 11001 | 10110001 | 100010 | 111110 |
Color Harmonies of #7DBFBC
Complementary color
Monochromatic Colors of #7DBFBC
Black with #7DBFBC
Text Example
Text Example
White with #7DBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFBC; }
p { color: rgb(125,191,188); }
H1.HeaderClassName
{
color: #7DBFBC;
}
.AnyTagClassName
{
color: #7DBFBC;
}
</style>
background-color css
<style>
a { background-color: #7DBFBC; }
a { background-color: rgb(125,191,188); }
div.DivClassName
{
background-color: #7DBFBC;
}
.BgClassName
{
background-color: #7DBFBC;
}
</style>
border-color css
<style>
span { border-color: #7DBFBC; }
span { border-color: rgb(125,191,188); }
td.TdClassName
{
border-color: #7DBFBC;
}
.TagClassName
{
border-color: #7DBFBC;
}
</style>