Shades of Monte Carlo #7DBDAE
Tints of Monte Carlo #7DBDAE
RGB
CMYK
RGB Variations
Color information
#7DBDAE (or 0x7DBDAE) is known color: Monte Carlo. HEX triplet: 7D, BD and AE. RGB value is (125,189,174). Sum of RGB (Red+Green+Blue) = 125+189+174=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBDAE is #824251. Grayscale: #A8A8A8. Windows color (decimal): -8536658 or 11451773. OLE color: 11451773.
HSL color Cylindrical-coordinate representation of color #7DBDAE: hue angle of 165.94º 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 #7DBDAE is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 174 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.26 |
| HSL | 165.94º | 0.33% | 0.62% | - |
| HSV(B) | 165.94º | 0.34% | 0.74% | - |
| XYZ | 34.3 | 43.81 | 46.69 | - |
| YUV | 168.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 174 | 0.34 | 0 | 0.08 | 0.26 | 165.94 | 0.33 | 0.62 |
| Hex | 7D | BD | AE | 22 | 0 | 8 | 1A | A6 | 21 | 3E |
| Octal | 175 | 275 | 256 | 42 | 0 | 10 | 32 | 246 | 41 | 76 |
| Binary | 1111101 | 10111101 | 10101110 | 100010 | 0 | 1000 | 11010 | 10100110 | 100001 | 111110 |
Color Harmonies of #7DBDAE
Complementary color
Monochromatic Colors of #7DBDAE
Black with #7DBDAE
Text Example
Text Example
White with #7DBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDAE; }
p { color: rgb(125,189,174); }
H1.HeaderClassName
{
color: #7DBDAE;
}
.AnyTagClassName
{
color: #7DBDAE;
}
</style>
background-color css
<style>
a { background-color: #7DBDAE; }
a { background-color: rgb(125,189,174); }
div.DivClassName
{
background-color: #7DBDAE;
}
.BgClassName
{
background-color: #7DBDAE;
}
</style>
border-color css
<style>
span { border-color: #7DBDAE; }
span { border-color: rgb(125,189,174); }
td.TdClassName
{
border-color: #7DBDAE;
}
.TagClassName
{
border-color: #7DBDAE;
}
</style>