Shades of Monte Carlo #7BCBA9
Tints of Monte Carlo #7BCBA9
RGB
CMYK
RGB Variations
Color information
#7BCBA9 (or 0x7BCBA9) is known color: Monte Carlo. HEX triplet: 7B, CB and A9. RGB value is (123,203,169). Sum of RGB (Red+Green+Blue) = 123+203+169=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCBA9 is #843456. Grayscale: #AFAFAF. Windows color (decimal): -8664151 or 11127675. OLE color: 11127675.
HSL color Cylindrical-coordinate representation of color #7BCBA9: hue angle of 154.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCBA9 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 169 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.20 |
| HSL | 154.5º | 0.43% | 0.64% | - |
| HSV(B) | 154.5º | 0.39% | 0.8% | - |
| XYZ | 36.69 | 49.79 | 45.21 | - |
| YUV | 175.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 169 | 0.39 | 0 | 0.17 | 0.20 | 154.5 | 0.43 | 0.64 |
| Hex | 7B | CB | A9 | 27 | 0 | 11 | 14 | 9A | 2B | 40 |
| Octal | 173 | 313 | 251 | 47 | 0 | 21 | 24 | 232 | 53 | 100 |
| Binary | 1111011 | 11001011 | 10101001 | 100111 | 0 | 10001 | 10100 | 10011010 | 101011 | 1000000 |
Color Harmonies of #7BCBA9
Complementary color
Monochromatic Colors of #7BCBA9
Black with #7BCBA9
Text Example
Text Example
White with #7BCBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBA9; }
p { color: rgb(123,203,169); }
H1.HeaderClassName
{
color: #7BCBA9;
}
.AnyTagClassName
{
color: #7BCBA9;
}
</style>
background-color css
<style>
a { background-color: #7BCBA9; }
a { background-color: rgb(123,203,169); }
div.DivClassName
{
background-color: #7BCBA9;
}
.BgClassName
{
background-color: #7BCBA9;
}
</style>
border-color css
<style>
span { border-color: #7BCBA9; }
span { border-color: rgb(123,203,169); }
td.TdClassName
{
border-color: #7BCBA9;
}
.TagClassName
{
border-color: #7BCBA9;
}
</style>