Shades of Monte Carlo #7DBDB4
Tints of Monte Carlo #7DBDB4
RGB
CMYK
RGB Variations
Color information
#7DBDB4 (or 0x7DBDB4) is known color: Monte Carlo. HEX triplet: 7D, BD and B4. RGB value is (125,189,180). Sum of RGB (Red+Green+Blue) = 125+189+180=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDB4 is #82424B. Grayscale: #A8A8A8. Windows color (decimal): -8536652 or 11844989. OLE color: 11844989.
HSL color Cylindrical-coordinate representation of color #7DBDB4: hue angle of 171.56º 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 #7DBDB4 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 180 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.26 |
| HSL | 171.56º | 0.33% | 0.62% | - |
| HSV(B) | 171.56º | 0.34% | 0.74% | - |
| XYZ | 34.89 | 44.05 | 49.84 | - |
| YUV | 168.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 180 | 0.34 | 0 | 0.05 | 0.26 | 171.56 | 0.33 | 0.62 |
| Hex | 7D | BD | B4 | 22 | 0 | 5 | 1A | AC | 21 | 3E |
| Octal | 175 | 275 | 264 | 42 | 0 | 5 | 32 | 254 | 41 | 76 |
| Binary | 1111101 | 10111101 | 10110100 | 100010 | 0 | 101 | 11010 | 10101100 | 100001 | 111110 |
Color Harmonies of #7DBDB4
Complementary color
Monochromatic Colors of #7DBDB4
Black with #7DBDB4
Text Example
Text Example
White with #7DBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDB4; }
p { color: rgb(125,189,180); }
H1.HeaderClassName
{
color: #7DBDB4;
}
.AnyTagClassName
{
color: #7DBDB4;
}
</style>
background-color css
<style>
a { background-color: #7DBDB4; }
a { background-color: rgb(125,189,180); }
div.DivClassName
{
background-color: #7DBDB4;
}
.BgClassName
{
background-color: #7DBDB4;
}
</style>
border-color css
<style>
span { border-color: #7DBDB4; }
span { border-color: rgb(125,189,180); }
td.TdClassName
{
border-color: #7DBDB4;
}
.TagClassName
{
border-color: #7DBDB4;
}
</style>