Shades of Monte Carlo #7ABCB8
Tints of Monte Carlo #7ABCB8
RGB
CMYK
RGB Variations
Color information
#7ABCB8 (or 0x7ABCB8) is known color: Monte Carlo. HEX triplet: 7A, BC and B8. RGB value is (122,188,184). Sum of RGB (Red+Green+Blue) = 122+188+184=494 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.70% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCB8 is #854347. Grayscale: #A7A7A7. Windows color (decimal): -8733512 or 12106874. OLE color: 12106874.
HSL color Cylindrical-coordinate representation of color #7ABCB8: hue angle of 176.36º degrees, saturation: 0.33, 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 #7ABCB8 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 184 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.26 |
| HSL | 176.36º | 0.33% | 0.61% | - |
| HSV(B) | 176.36º | 0.35% | 0.74% | - |
| XYZ | 34.66 | 43.56 | 51.93 | - |
| YUV | 167.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 184 | 0.35 | 0 | 0.02 | 0.26 | 176.36 | 0.33 | 0.61 |
| Hex | 7A | BC | B8 | 23 | 0 | 2 | 1A | B0 | 21 | 3D |
| Octal | 172 | 274 | 270 | 43 | 0 | 2 | 32 | 260 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10111000 | 100011 | 0 | 10 | 11010 | 10110000 | 100001 | 111101 |
Color Harmonies of #7ABCB8
Complementary color
Monochromatic Colors of #7ABCB8
Black with #7ABCB8
Text Example
Text Example
White with #7ABCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCB8; }
p { color: rgb(122,188,184); }
H1.HeaderClassName
{
color: #7ABCB8;
}
.AnyTagClassName
{
color: #7ABCB8;
}
</style>
background-color css
<style>
a { background-color: #7ABCB8; }
a { background-color: rgb(122,188,184); }
div.DivClassName
{
background-color: #7ABCB8;
}
.BgClassName
{
background-color: #7ABCB8;
}
</style>
border-color css
<style>
span { border-color: #7ABCB8; }
span { border-color: rgb(122,188,184); }
td.TdClassName
{
border-color: #7ABCB8;
}
.TagClassName
{
border-color: #7ABCB8;
}
</style>