Shades of Monte Carlo #7DBCB3
Tints of Monte Carlo #7DBCB3
RGB
CMYK
RGB Variations
Color information
#7DBCB3 (or 0x7DBCB3) is known color: Monte Carlo. HEX triplet: 7D, BC and B3. RGB value is (125,188,179). Sum of RGB (Red+Green+Blue) = 125+188+179=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCB3 is #82434C. Grayscale: #A8A8A8. Windows color (decimal): -8536909 or 11779197. OLE color: 11779197.
HSL color Cylindrical-coordinate representation of color #7DBCB3: hue angle of 171.43º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBCB3 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 179 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.26 |
| HSL | 171.43º | 0.32% | 0.61% | - |
| HSV(B) | 171.43º | 0.34% | 0.74% | - |
| XYZ | 34.58 | 43.58 | 49.24 | - |
| YUV | 168.14 | 134.13 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 179 | 0.34 | 0 | 0.05 | 0.26 | 171.43 | 0.32 | 0.61 |
| Hex | 7D | BC | B3 | 22 | 0 | 5 | 1A | AB | 20 | 3D |
| Octal | 175 | 274 | 263 | 42 | 0 | 5 | 32 | 253 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10110011 | 100010 | 0 | 101 | 11010 | 10101011 | 100000 | 111101 |
Color Harmonies of #7DBCB3
Complementary color
Monochromatic Colors of #7DBCB3
Black with #7DBCB3
Text Example
Text Example
White with #7DBCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCB3; }
p { color: rgb(125,188,179); }
H1.HeaderClassName
{
color: #7DBCB3;
}
.AnyTagClassName
{
color: #7DBCB3;
}
</style>
background-color css
<style>
a { background-color: #7DBCB3; }
a { background-color: rgb(125,188,179); }
div.DivClassName
{
background-color: #7DBCB3;
}
.BgClassName
{
background-color: #7DBCB3;
}
</style>
border-color css
<style>
span { border-color: #7DBCB3; }
span { border-color: rgb(125,188,179); }
td.TdClassName
{
border-color: #7DBCB3;
}
.TagClassName
{
border-color: #7DBCB3;
}
</style>