Shades of Monte Carlo #7DBDAC
Tints of Monte Carlo #7DBDAC
RGB
CMYK
RGB Variations
Color information
#7DBDAC (or 0x7DBDAC) is known color: Monte Carlo. HEX triplet: 7D, BD and AC. RGB value is (125,189,172). Sum of RGB (Red+Green+Blue) = 125+189+172=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBDAC is #824253. Grayscale: #A7A7A7. Windows color (decimal): -8536660 or 11320701. OLE color: 11320701.
HSL color Cylindrical-coordinate representation of color #7DBDAC: hue angle of 164.06º 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 #7DBDAC is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 172 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.26 |
| HSL | 164.06º | 0.33% | 0.62% | - |
| HSV(B) | 164.06º | 0.34% | 0.74% | - |
| XYZ | 34.1 | 43.73 | 45.67 | - |
| YUV | 167.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 172 | 0.34 | 0 | 0.09 | 0.26 | 164.06 | 0.33 | 0.62 |
| Hex | 7D | BD | AC | 22 | 0 | 9 | 1A | A4 | 21 | 3E |
| Octal | 175 | 275 | 254 | 42 | 0 | 11 | 32 | 244 | 41 | 76 |
| Binary | 1111101 | 10111101 | 10101100 | 100010 | 0 | 1001 | 11010 | 10100100 | 100001 | 111110 |
Color Harmonies of #7DBDAC
Complementary color
Monochromatic Colors of #7DBDAC
Black with #7DBDAC
Text Example
Text Example
White with #7DBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDAC; }
p { color: rgb(125,189,172); }
H1.HeaderClassName
{
color: #7DBDAC;
}
.AnyTagClassName
{
color: #7DBDAC;
}
</style>
background-color css
<style>
a { background-color: #7DBDAC; }
a { background-color: rgb(125,189,172); }
div.DivClassName
{
background-color: #7DBDAC;
}
.BgClassName
{
background-color: #7DBDAC;
}
</style>
border-color css
<style>
span { border-color: #7DBDAC; }
span { border-color: rgb(125,189,172); }
td.TdClassName
{
border-color: #7DBDAC;
}
.TagClassName
{
border-color: #7DBDAC;
}
</style>