Shades of Monte Carlo #7ABDBC
Tints of Monte Carlo #7ABDBC
RGB
CMYK
RGB Variations
Color information
#7ABDBC (or 0x7ABDBC) is known color: Monte Carlo. HEX triplet: 7A, BD and BC. RGB value is (122,189,188). Sum of RGB (Red+Green+Blue) = 122+189+188=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDBC is #854243. Grayscale: #A8A8A8. Windows color (decimal): -8733252 or 12369274. OLE color: 12369274.
HSL color Cylindrical-coordinate representation of color #7ABDBC: hue angle of 179.1º 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 #7ABDBC is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 188 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.26 |
| HSL | 179.1º | 0.34% | 0.61% | - |
| HSV(B) | 179.1º | 0.35% | 0.74% | - |
| XYZ | 35.3 | 44.16 | 54.24 | - |
| YUV | 168.85 | 138.8 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 188 | 0.35 | 0 | 0.01 | 0.26 | 179.1 | 0.34 | 0.61 |
| Hex | 7A | BD | BC | 23 | 0 | 1 | 1A | B3 | 22 | 3D |
| Octal | 172 | 275 | 274 | 43 | 0 | 1 | 32 | 263 | 42 | 75 |
| Binary | 1111010 | 10111101 | 10111100 | 100011 | 0 | 1 | 11010 | 10110011 | 100010 | 111101 |
Color Harmonies of #7ABDBC
Complementary color
Monochromatic Colors of #7ABDBC
Black with #7ABDBC
Text Example
Text Example
White with #7ABDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDBC; }
p { color: rgb(122,189,188); }
H1.HeaderClassName
{
color: #7ABDBC;
}
.AnyTagClassName
{
color: #7ABDBC;
}
</style>
background-color css
<style>
a { background-color: #7ABDBC; }
a { background-color: rgb(122,189,188); }
div.DivClassName
{
background-color: #7ABDBC;
}
.BgClassName
{
background-color: #7ABDBC;
}
</style>
border-color css
<style>
span { border-color: #7ABDBC; }
span { border-color: rgb(122,189,188); }
td.TdClassName
{
border-color: #7ABDBC;
}
.TagClassName
{
border-color: #7ABDBC;
}
</style>