Shades of Monte Carlo #7DBCB2
Tints of Monte Carlo #7DBCB2
RGB
CMYK
RGB Variations
Color information
#7DBCB2 (or 0x7DBCB2) is known color: Monte Carlo. HEX triplet: 7D, BC and B2. RGB value is (125,188,178). Sum of RGB (Red+Green+Blue) = 125+188+178=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBCB2 is #82434D. Grayscale: #A8A8A8. Windows color (decimal): -8536910 or 11713661. OLE color: 11713661.
HSL color Cylindrical-coordinate representation of color #7DBCB2: hue angle of 170.48º 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 #7DBCB2 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 178 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.26 |
| HSL | 170.48º | 0.32% | 0.61% | - |
| HSV(B) | 170.48º | 0.34% | 0.74% | - |
| XYZ | 34.48 | 43.54 | 48.71 | - |
| YUV | 168.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 178 | 0.34 | 0 | 0.05 | 0.26 | 170.48 | 0.32 | 0.61 |
| Hex | 7D | BC | B2 | 22 | 0 | 5 | 1A | AA | 20 | 3D |
| Octal | 175 | 274 | 262 | 42 | 0 | 5 | 32 | 252 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10110010 | 100010 | 0 | 101 | 11010 | 10101010 | 100000 | 111101 |
Color Harmonies of #7DBCB2
Complementary color
Monochromatic Colors of #7DBCB2
Black with #7DBCB2
Text Example
Text Example
White with #7DBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCB2; }
p { color: rgb(125,188,178); }
H1.HeaderClassName
{
color: #7DBCB2;
}
.AnyTagClassName
{
color: #7DBCB2;
}
</style>
background-color css
<style>
a { background-color: #7DBCB2; }
a { background-color: rgb(125,188,178); }
div.DivClassName
{
background-color: #7DBCB2;
}
.BgClassName
{
background-color: #7DBCB2;
}
</style>
border-color css
<style>
span { border-color: #7DBCB2; }
span { border-color: rgb(125,188,178); }
td.TdClassName
{
border-color: #7DBCB2;
}
.TagClassName
{
border-color: #7DBCB2;
}
</style>