Shades of Monte Carlo #7DBAB2
Tints of Monte Carlo #7DBAB2
RGB
CMYK
RGB Variations
Color information
#7DBAB2 (or 0x7DBAB2) is known color: Monte Carlo. HEX triplet: 7D, BA and B2. RGB value is (125,186,178). Sum of RGB (Red+Green+Blue) = 125+186+178=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBAB2 is #82454D. Grayscale: #A6A6A6. Windows color (decimal): -8537422 or 11713149. OLE color: 11713149.
HSL color Cylindrical-coordinate representation of color #7DBAB2: hue angle of 172.13º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBAB2 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 178 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.27 |
| HSL | 172.13º | 0.31% | 0.61% | - |
| HSV(B) | 172.13º | 0.33% | 0.73% | - |
| XYZ | 34.05 | 42.69 | 48.57 | - |
| YUV | 166.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 178 | 0.33 | 0 | 0.04 | 0.27 | 172.13 | 0.31 | 0.61 |
| Hex | 7D | BA | B2 | 21 | 0 | 4 | 1B | AC | 1F | 3D |
| Octal | 175 | 272 | 262 | 41 | 0 | 4 | 33 | 254 | 37 | 75 |
| Binary | 1111101 | 10111010 | 10110010 | 100001 | 0 | 100 | 11011 | 10101100 | 11111 | 111101 |
Color Harmonies of #7DBAB2
Complementary color
Monochromatic Colors of #7DBAB2
Black with #7DBAB2
Text Example
Text Example
White with #7DBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBAB2; }
p { color: rgb(125,186,178); }
H1.HeaderClassName
{
color: #7DBAB2;
}
.AnyTagClassName
{
color: #7DBAB2;
}
</style>
background-color css
<style>
a { background-color: #7DBAB2; }
a { background-color: rgb(125,186,178); }
div.DivClassName
{
background-color: #7DBAB2;
}
.BgClassName
{
background-color: #7DBAB2;
}
</style>
border-color css
<style>
span { border-color: #7DBAB2; }
span { border-color: rgb(125,186,178); }
td.TdClassName
{
border-color: #7DBAB2;
}
.TagClassName
{
border-color: #7DBAB2;
}
</style>