Shades of Monte Carlo #7DBFBA
Tints of Monte Carlo #7DBFBA
RGB
CMYK
RGB Variations
Color information
#7DBFBA (or 0x7DBFBA) is known color: Monte Carlo. HEX triplet: 7D, BF and BA. RGB value is (125,191,186). Sum of RGB (Red+Green+Blue) = 125+191+186=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFBA is #824045. Grayscale: #AAAAAA. Windows color (decimal): -8536134 or 12238717. OLE color: 12238717.
HSL color Cylindrical-coordinate representation of color #7DBFBA: hue angle of 175.45º 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 #7DBFBA is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 186 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.25 |
| HSL | 175.45º | 0.34% | 0.62% | - |
| HSV(B) | 175.45º | 0.35% | 0.75% | - |
| XYZ | 35.95 | 45.17 | 53.28 | - |
| YUV | 170.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 186 | 0.35 | 0 | 0.03 | 0.25 | 175.45 | 0.34 | 0.62 |
| Hex | 7D | BF | BA | 23 | 0 | 3 | 19 | AF | 22 | 3E |
| Octal | 175 | 277 | 272 | 43 | 0 | 3 | 31 | 257 | 42 | 76 |
| Binary | 1111101 | 10111111 | 10111010 | 100011 | 0 | 11 | 11001 | 10101111 | 100010 | 111110 |
Color Harmonies of #7DBFBA
Complementary color
Monochromatic Colors of #7DBFBA
Black with #7DBFBA
Text Example
Text Example
White with #7DBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFBA; }
p { color: rgb(125,191,186); }
H1.HeaderClassName
{
color: #7DBFBA;
}
.AnyTagClassName
{
color: #7DBFBA;
}
</style>
background-color css
<style>
a { background-color: #7DBFBA; }
a { background-color: rgb(125,191,186); }
div.DivClassName
{
background-color: #7DBFBA;
}
.BgClassName
{
background-color: #7DBFBA;
}
</style>
border-color css
<style>
span { border-color: #7DBFBA; }
span { border-color: rgb(125,191,186); }
td.TdClassName
{
border-color: #7DBFBA;
}
.TagClassName
{
border-color: #7DBFBA;
}
</style>