Shades of Monte Carlo #7ABBB4
Tints of Monte Carlo #7ABBB4
RGB
CMYK
RGB Variations
Color information
#7ABBB4 (or 0x7ABBB4) is known color: Monte Carlo. HEX triplet: 7A, BB and B4. RGB value is (122,187,180). Sum of RGB (Red+Green+Blue) = 122+187+180=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBB4 is #85444B. Grayscale: #A6A6A6. Windows color (decimal): -8733772 or 11844474. OLE color: 11844474.
HSL color Cylindrical-coordinate representation of color #7ABBB4: hue angle of 173.54º 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 #7ABBB4 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 180 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.27 |
| HSL | 173.54º | 0.32% | 0.61% | - |
| HSV(B) | 173.54º | 0.35% | 0.73% | - |
| XYZ | 34.03 | 42.97 | 49.68 | - |
| YUV | 166.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 180 | 0.35 | 0 | 0.04 | 0.27 | 173.54 | 0.32 | 0.61 |
| Hex | 7A | BB | B4 | 23 | 0 | 4 | 1B | AE | 20 | 3D |
| Octal | 172 | 273 | 264 | 43 | 0 | 4 | 33 | 256 | 40 | 75 |
| Binary | 1111010 | 10111011 | 10110100 | 100011 | 0 | 100 | 11011 | 10101110 | 100000 | 111101 |
Color Harmonies of #7ABBB4
Complementary color
Monochromatic Colors of #7ABBB4
Black with #7ABBB4
Text Example
Text Example
White with #7ABBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBB4; }
p { color: rgb(122,187,180); }
H1.HeaderClassName
{
color: #7ABBB4;
}
.AnyTagClassName
{
color: #7ABBB4;
}
</style>
background-color css
<style>
a { background-color: #7ABBB4; }
a { background-color: rgb(122,187,180); }
div.DivClassName
{
background-color: #7ABBB4;
}
.BgClassName
{
background-color: #7ABBB4;
}
</style>
border-color css
<style>
span { border-color: #7ABBB4; }
span { border-color: rgb(122,187,180); }
td.TdClassName
{
border-color: #7ABBB4;
}
.TagClassName
{
border-color: #7ABBB4;
}
</style>