Shades of Monte Carlo #7DBDAF
Tints of Monte Carlo #7DBDAF
RGB
CMYK
RGB Variations
Color information
#7DBDAF (or 0x7DBDAF) is known color: Monte Carlo. HEX triplet: 7D, BD and AF. RGB value is (125,189,175). Sum of RGB (Red+Green+Blue) = 125+189+175=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBDAF is #824250. Grayscale: #A8A8A8. Windows color (decimal): -8536657 or 11517309. OLE color: 11517309.
HSL color Cylindrical-coordinate representation of color #7DBDAF: hue angle of 166.88º 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 #7DBDAF is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 175 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.26 |
| HSL | 166.88º | 0.33% | 0.62% | - |
| HSV(B) | 166.88º | 0.34% | 0.74% | - |
| XYZ | 34.39 | 43.85 | 47.21 | - |
| YUV | 168.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 175 | 0.34 | 0 | 0.07 | 0.26 | 166.88 | 0.33 | 0.62 |
| Hex | 7D | BD | AF | 22 | 0 | 7 | 1A | A7 | 21 | 3E |
| Octal | 175 | 275 | 257 | 42 | 0 | 7 | 32 | 247 | 41 | 76 |
| Binary | 1111101 | 10111101 | 10101111 | 100010 | 0 | 111 | 11010 | 10100111 | 100001 | 111110 |
Color Harmonies of #7DBDAF
Complementary color
Monochromatic Colors of #7DBDAF
Black with #7DBDAF
Text Example
Text Example
White with #7DBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDAF; }
p { color: rgb(125,189,175); }
H1.HeaderClassName
{
color: #7DBDAF;
}
.AnyTagClassName
{
color: #7DBDAF;
}
</style>
background-color css
<style>
a { background-color: #7DBDAF; }
a { background-color: rgb(125,189,175); }
div.DivClassName
{
background-color: #7DBDAF;
}
.BgClassName
{
background-color: #7DBDAF;
}
</style>
border-color css
<style>
span { border-color: #7DBDAF; }
span { border-color: rgb(125,189,175); }
td.TdClassName
{
border-color: #7DBDAF;
}
.TagClassName
{
border-color: #7DBDAF;
}
</style>