Shades of Monte Carlo #7DBDB3
Tints of Monte Carlo #7DBDB3
RGB
CMYK
RGB Variations
Color information
#7DBDB3 (or 0x7DBDB3) is known color: Monte Carlo. HEX triplet: 7D, BD and B3. RGB value is (125,189,179). Sum of RGB (Red+Green+Blue) = 125+189+179=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDB3 is #82424C. Grayscale: #A8A8A8. Windows color (decimal): -8536653 or 11779453. OLE color: 11779453.
HSL color Cylindrical-coordinate representation of color #7DBDB3: hue angle of 170.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBDB3 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 179 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.26 |
| HSL | 170.63º | 0.33% | 0.62% | - |
| HSV(B) | 170.63º | 0.34% | 0.74% | - |
| XYZ | 34.79 | 44.01 | 49.31 | - |
| YUV | 168.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 179 | 0.34 | 0 | 0.05 | 0.26 | 170.63 | 0.33 | 0.62 |
| Hex | 7D | BD | B3 | 22 | 0 | 5 | 1A | AB | 21 | 3E |
| Octal | 175 | 275 | 263 | 42 | 0 | 5 | 32 | 253 | 41 | 76 |
| Binary | 1111101 | 10111101 | 10110011 | 100010 | 0 | 101 | 11010 | 10101011 | 100001 | 111110 |
Color Harmonies of #7DBDB3
Complementary color
Monochromatic Colors of #7DBDB3
Black with #7DBDB3
Text Example
Text Example
White with #7DBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDB3; }
p { color: rgb(125,189,179); }
H1.HeaderClassName
{
color: #7DBDB3;
}
.AnyTagClassName
{
color: #7DBDB3;
}
</style>
background-color css
<style>
a { background-color: #7DBDB3; }
a { background-color: rgb(125,189,179); }
div.DivClassName
{
background-color: #7DBDB3;
}
.BgClassName
{
background-color: #7DBDB3;
}
</style>
border-color css
<style>
span { border-color: #7DBDB3; }
span { border-color: rgb(125,189,179); }
td.TdClassName
{
border-color: #7DBDB3;
}
.TagClassName
{
border-color: #7DBDB3;
}
</style>