Shades of Monte Carlo #7DBDBB
Tints of Monte Carlo #7DBDBB
RGB
CMYK
RGB Variations
Color information
#7DBDBB (or 0x7DBDBB) is known color: Monte Carlo. HEX triplet: 7D, BD and BB. RGB value is (125,189,187). Sum of RGB (Red+Green+Blue) = 125+189+187=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDBB is #824244. Grayscale: #A9A9A9. Windows color (decimal): -8536645 or 12303741. OLE color: 12303741.
HSL color Cylindrical-coordinate representation of color #7DBDBB: hue angle of 178.12º 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 #7DBDBB is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 187 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.26 |
| HSL | 178.13º | 0.33% | 0.62% | - |
| HSV(B) | 178.13º | 0.34% | 0.74% | - |
| XYZ | 35.62 | 44.34 | 53.7 | - |
| YUV | 169.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 187 | 0.34 | 0 | 0.01 | 0.26 | 178.13 | 0.33 | 0.62 |
| Hex | 7D | BD | BB | 22 | 0 | 1 | 1A | B2 | 21 | 3E |
| Octal | 175 | 275 | 273 | 42 | 0 | 1 | 32 | 262 | 41 | 76 |
| Binary | 1111101 | 10111101 | 10111011 | 100010 | 0 | 1 | 11010 | 10110010 | 100001 | 111110 |
Color Harmonies of #7DBDBB
Complementary color
Monochromatic Colors of #7DBDBB
Black with #7DBDBB
Text Example
Text Example
White with #7DBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDBB; }
p { color: rgb(125,189,187); }
H1.HeaderClassName
{
color: #7DBDBB;
}
.AnyTagClassName
{
color: #7DBDBB;
}
</style>
background-color css
<style>
a { background-color: #7DBDBB; }
a { background-color: rgb(125,189,187); }
div.DivClassName
{
background-color: #7DBDBB;
}
.BgClassName
{
background-color: #7DBDBB;
}
</style>
border-color css
<style>
span { border-color: #7DBDBB; }
span { border-color: rgb(125,189,187); }
td.TdClassName
{
border-color: #7DBDBB;
}
.TagClassName
{
border-color: #7DBDBB;
}
</style>