Shades of Monte Carlo #7ABEB0
Tints of Monte Carlo #7ABEB0
RGB
CMYK
RGB Variations
Color information
#7ABEB0 (or 0x7ABEB0) is known color: Monte Carlo. HEX triplet: 7A, BE and B0. RGB value is (122,190,176). Sum of RGB (Red+Green+Blue) = 122+190+176=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABEB0 is #85414F. Grayscale: #A8A8A8. Windows color (decimal): -8733008 or 11583098. OLE color: 11583098.
HSL color Cylindrical-coordinate representation of color #7ABEB0: hue angle of 167.65º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABEB0 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 176 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.25 |
| HSL | 167.65º | 0.34% | 0.61% | - |
| HSV(B) | 167.65º | 0.36% | 0.75% | - |
| XYZ | 34.28 | 44.1 | 47.78 | - |
| YUV | 168.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 176 | 0.36 | 0 | 0.07 | 0.25 | 167.65 | 0.34 | 0.61 |
| Hex | 7A | BE | B0 | 24 | 0 | 7 | 19 | A8 | 22 | 3D |
| Octal | 172 | 276 | 260 | 44 | 0 | 7 | 31 | 250 | 42 | 75 |
| Binary | 1111010 | 10111110 | 10110000 | 100100 | 0 | 111 | 11001 | 10101000 | 100010 | 111101 |
Color Harmonies of #7ABEB0
Complementary color
Monochromatic Colors of #7ABEB0
Black with #7ABEB0
Text Example
Text Example
White with #7ABEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABEB0; }
p { color: rgb(122,190,176); }
H1.HeaderClassName
{
color: #7ABEB0;
}
.AnyTagClassName
{
color: #7ABEB0;
}
</style>
background-color css
<style>
a { background-color: #7ABEB0; }
a { background-color: rgb(122,190,176); }
div.DivClassName
{
background-color: #7ABEB0;
}
.BgClassName
{
background-color: #7ABEB0;
}
</style>
border-color css
<style>
span { border-color: #7ABEB0; }
span { border-color: rgb(122,190,176); }
td.TdClassName
{
border-color: #7ABEB0;
}
.TagClassName
{
border-color: #7ABEB0;
}
</style>