Shades of Monte Carlo #7BCEB1
Tints of Monte Carlo #7BCEB1
RGB
CMYK
RGB Variations
Color information
#7BCEB1 (or 0x7BCEB1) is known color: Monte Carlo. HEX triplet: 7B, CE and B1. RGB value is (123,206,177). Sum of RGB (Red+Green+Blue) = 123+206+177=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCEB1 is #84314E. Grayscale: #B1B1B1. Windows color (decimal): -8663375 or 11652731. OLE color: 11652731.
HSL color Cylindrical-coordinate representation of color #7BCEB1: hue angle of 159.04º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCEB1 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 177 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.19 |
| HSL | 159.04º | 0.46% | 0.65% | - |
| HSV(B) | 159.04º | 0.4% | 0.81% | - |
| XYZ | 38.18 | 51.53 | 49.53 | - |
| YUV | 177.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 177 | 0.40 | 0 | 0.14 | 0.19 | 159.04 | 0.46 | 0.65 |
| Hex | 7B | CE | B1 | 28 | 0 | E | 13 | 9F | 2E | 41 |
| Octal | 173 | 316 | 261 | 50 | 0 | 16 | 23 | 237 | 56 | 101 |
| Binary | 1111011 | 11001110 | 10110001 | 101000 | 0 | 1110 | 10011 | 10011111 | 101110 | 1000001 |
Color Harmonies of #7BCEB1
Complementary color
Monochromatic Colors of #7BCEB1
Black with #7BCEB1
Text Example
Text Example
White with #7BCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCEB1; }
p { color: rgb(123,206,177); }
H1.HeaderClassName
{
color: #7BCEB1;
}
.AnyTagClassName
{
color: #7BCEB1;
}
</style>
background-color css
<style>
a { background-color: #7BCEB1; }
a { background-color: rgb(123,206,177); }
div.DivClassName
{
background-color: #7BCEB1;
}
.BgClassName
{
background-color: #7BCEB1;
}
</style>
border-color css
<style>
span { border-color: #7BCEB1; }
span { border-color: rgb(123,206,177); }
td.TdClassName
{
border-color: #7BCEB1;
}
.TagClassName
{
border-color: #7BCEB1;
}
</style>