Shades of Monte Carlo #7ABDB9
Tints of Monte Carlo #7ABDB9
RGB
CMYK
RGB Variations
Color information
#7ABDB9 (or 0x7ABDB9) is known color: Monte Carlo. HEX triplet: 7A, BD and B9. RGB value is (122,189,185). Sum of RGB (Red+Green+Blue) = 122+189+185=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDB9 is #854246. Grayscale: #A8A8A8. Windows color (decimal): -8733255 or 12172666. OLE color: 12172666.
HSL color Cylindrical-coordinate representation of color #7ABDB9: hue angle of 176.42º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABDB9 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 185 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.26 |
| HSL | 176.42º | 0.34% | 0.61% | - |
| HSV(B) | 176.42º | 0.35% | 0.74% | - |
| XYZ | 34.98 | 44.04 | 52.55 | - |
| YUV | 168.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 185 | 0.35 | 0 | 0.02 | 0.26 | 176.42 | 0.34 | 0.61 |
| Hex | 7A | BD | B9 | 23 | 0 | 2 | 1A | B0 | 22 | 3D |
| Octal | 172 | 275 | 271 | 43 | 0 | 2 | 32 | 260 | 42 | 75 |
| Binary | 1111010 | 10111101 | 10111001 | 100011 | 0 | 10 | 11010 | 10110000 | 100010 | 111101 |
Color Harmonies of #7ABDB9
Complementary color
Monochromatic Colors of #7ABDB9
Black with #7ABDB9
Text Example
Text Example
White with #7ABDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDB9; }
p { color: rgb(122,189,185); }
H1.HeaderClassName
{
color: #7ABDB9;
}
.AnyTagClassName
{
color: #7ABDB9;
}
</style>
background-color css
<style>
a { background-color: #7ABDB9; }
a { background-color: rgb(122,189,185); }
div.DivClassName
{
background-color: #7ABDB9;
}
.BgClassName
{
background-color: #7ABDB9;
}
</style>
border-color css
<style>
span { border-color: #7ABDB9; }
span { border-color: rgb(122,189,185); }
td.TdClassName
{
border-color: #7ABDB9;
}
.TagClassName
{
border-color: #7ABDB9;
}
</style>