Shades of Monte Carlo #7BCAB0
Tints of Monte Carlo #7BCAB0
RGB
CMYK
RGB Variations
Color information
#7BCAB0 (or 0x7BCAB0) is known color: Monte Carlo. HEX triplet: 7B, CA and B0. RGB value is (123,202,176). Sum of RGB (Red+Green+Blue) = 123+202+176=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCAB0 is #84354F. Grayscale: #AFAFAF. Windows color (decimal): -8664400 or 11586171. OLE color: 11586171.
HSL color Cylindrical-coordinate representation of color #7BCAB0: hue angle of 160.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCAB0 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 176 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.21 |
| HSL | 160.25º | 0.43% | 0.64% | - |
| HSV(B) | 160.25º | 0.39% | 0.79% | - |
| XYZ | 37.13 | 49.59 | 48.69 | - |
| YUV | 175.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 176 | 0.39 | 0 | 0.13 | 0.21 | 160.25 | 0.43 | 0.64 |
| Hex | 7B | CA | B0 | 27 | 0 | D | 15 | A0 | 2B | 40 |
| Octal | 173 | 312 | 260 | 47 | 0 | 15 | 25 | 240 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10110000 | 100111 | 0 | 1101 | 10101 | 10100000 | 101011 | 1000000 |
Color Harmonies of #7BCAB0
Complementary color
Monochromatic Colors of #7BCAB0
Black with #7BCAB0
Text Example
Text Example
White with #7BCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCAB0; }
p { color: rgb(123,202,176); }
H1.HeaderClassName
{
color: #7BCAB0;
}
.AnyTagClassName
{
color: #7BCAB0;
}
</style>
background-color css
<style>
a { background-color: #7BCAB0; }
a { background-color: rgb(123,202,176); }
div.DivClassName
{
background-color: #7BCAB0;
}
.BgClassName
{
background-color: #7BCAB0;
}
</style>
border-color css
<style>
span { border-color: #7BCAB0; }
span { border-color: rgb(123,202,176); }
td.TdClassName
{
border-color: #7BCAB0;
}
.TagClassName
{
border-color: #7BCAB0;
}
</style>