Shades of Monte Carlo #7ABBB8
Tints of Monte Carlo #7ABBB8
RGB
CMYK
RGB Variations
Color information
#7ABBB8 (or 0x7ABBB8) is known color: Monte Carlo. HEX triplet: 7A, BB and B8. RGB value is (122,187,184). Sum of RGB (Red+Green+Blue) = 122+187+184=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBB8 is #854447. Grayscale: #A7A7A7. Windows color (decimal): -8733768 or 12106618. OLE color: 12106618.
HSL color Cylindrical-coordinate representation of color #7ABBB8: hue angle of 177.23º 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 #7ABBB8 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 184 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.27 |
| HSL | 177.23º | 0.32% | 0.61% | - |
| HSV(B) | 177.23º | 0.35% | 0.73% | - |
| XYZ | 34.45 | 43.14 | 51.86 | - |
| YUV | 167.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 184 | 0.35 | 0 | 0.02 | 0.27 | 177.23 | 0.32 | 0.61 |
| Hex | 7A | BB | B8 | 23 | 0 | 2 | 1B | B1 | 20 | 3D |
| Octal | 172 | 273 | 270 | 43 | 0 | 2 | 33 | 261 | 40 | 75 |
| Binary | 1111010 | 10111011 | 10111000 | 100011 | 0 | 10 | 11011 | 10110001 | 100000 | 111101 |
Color Harmonies of #7ABBB8
Complementary color
Monochromatic Colors of #7ABBB8
Black with #7ABBB8
Text Example
Text Example
White with #7ABBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBB8; }
p { color: rgb(122,187,184); }
H1.HeaderClassName
{
color: #7ABBB8;
}
.AnyTagClassName
{
color: #7ABBB8;
}
</style>
background-color css
<style>
a { background-color: #7ABBB8; }
a { background-color: rgb(122,187,184); }
div.DivClassName
{
background-color: #7ABBB8;
}
.BgClassName
{
background-color: #7ABBB8;
}
</style>
border-color css
<style>
span { border-color: #7ABBB8; }
span { border-color: rgb(122,187,184); }
td.TdClassName
{
border-color: #7ABBB8;
}
.TagClassName
{
border-color: #7ABBB8;
}
</style>