Shades of Monte Carlo #7DBCAF
Tints of Monte Carlo #7DBCAF
RGB
CMYK
RGB Variations
Color information
#7DBCAF (or 0x7DBCAF) is known color: Monte Carlo. HEX triplet: 7D, BC and AF. RGB value is (125,188,175). Sum of RGB (Red+Green+Blue) = 125+188+175=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBCAF is #824350. Grayscale: #A7A7A7. Windows color (decimal): -8536913 or 11517053. OLE color: 11517053.
HSL color Cylindrical-coordinate representation of color #7DBCAF: hue angle of 167.62º 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 #7DBCAF is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 175 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.26 |
| HSL | 167.62º | 0.32% | 0.61% | - |
| HSV(B) | 167.62º | 0.34% | 0.74% | - |
| XYZ | 34.18 | 43.42 | 47.14 | - |
| YUV | 167.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 175 | 0.34 | 0 | 0.07 | 0.26 | 167.62 | 0.32 | 0.61 |
| Hex | 7D | BC | AF | 22 | 0 | 7 | 1A | A8 | 20 | 3D |
| Octal | 175 | 274 | 257 | 42 | 0 | 7 | 32 | 250 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10101111 | 100010 | 0 | 111 | 11010 | 10101000 | 100000 | 111101 |
Color Harmonies of #7DBCAF
Complementary color
Monochromatic Colors of #7DBCAF
Black with #7DBCAF
Text Example
Text Example
White with #7DBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCAF; }
p { color: rgb(125,188,175); }
H1.HeaderClassName
{
color: #7DBCAF;
}
.AnyTagClassName
{
color: #7DBCAF;
}
</style>
background-color css
<style>
a { background-color: #7DBCAF; }
a { background-color: rgb(125,188,175); }
div.DivClassName
{
background-color: #7DBCAF;
}
.BgClassName
{
background-color: #7DBCAF;
}
</style>
border-color css
<style>
span { border-color: #7DBCAF; }
span { border-color: rgb(125,188,175); }
td.TdClassName
{
border-color: #7DBCAF;
}
.TagClassName
{
border-color: #7DBCAF;
}
</style>