Shades of Monte Carlo #7ABBB3
Tints of Monte Carlo #7ABBB3
RGB
CMYK
RGB Variations
Color information
#7ABBB3 (or 0x7ABBB3) is known color: Monte Carlo. HEX triplet: 7A, BB and B3. RGB value is (122,187,179). Sum of RGB (Red+Green+Blue) = 122+187+179=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBB3 is #85444C. Grayscale: #A6A6A6. Windows color (decimal): -8733773 or 11778938. OLE color: 11778938.
HSL color Cylindrical-coordinate representation of color #7ABBB3: hue angle of 172.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABBB3 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 179 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.27 |
| HSL | 172.62º | 0.32% | 0.61% | - |
| HSV(B) | 172.62º | 0.35% | 0.73% | - |
| XYZ | 33.93 | 42.93 | 49.15 | - |
| YUV | 166.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 179 | 0.35 | 0 | 0.04 | 0.27 | 172.62 | 0.32 | 0.61 |
| Hex | 7A | BB | B3 | 23 | 0 | 4 | 1B | AD | 20 | 3D |
| Octal | 172 | 273 | 263 | 43 | 0 | 4 | 33 | 255 | 40 | 75 |
| Binary | 1111010 | 10111011 | 10110011 | 100011 | 0 | 100 | 11011 | 10101101 | 100000 | 111101 |
Color Harmonies of #7ABBB3
Complementary color
Monochromatic Colors of #7ABBB3
Black with #7ABBB3
Text Example
Text Example
White with #7ABBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBB3; }
p { color: rgb(122,187,179); }
H1.HeaderClassName
{
color: #7ABBB3;
}
.AnyTagClassName
{
color: #7ABBB3;
}
</style>
background-color css
<style>
a { background-color: #7ABBB3; }
a { background-color: rgb(122,187,179); }
div.DivClassName
{
background-color: #7ABBB3;
}
.BgClassName
{
background-color: #7ABBB3;
}
</style>
border-color css
<style>
span { border-color: #7ABBB3; }
span { border-color: rgb(122,187,179); }
td.TdClassName
{
border-color: #7ABBB3;
}
.TagClassName
{
border-color: #7ABBB3;
}
</style>