Shades of Monte Carlo #7BCEB4
Tints of Monte Carlo #7BCEB4
RGB
CMYK
RGB Variations
Color information
#7BCEB4 (or 0x7BCEB4) is known color: Monte Carlo. HEX triplet: 7B, CE and B4. RGB value is (123,206,180). Sum of RGB (Red+Green+Blue) = 123+206+180=509 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.17% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCEB4 is #84314B. Grayscale: #B2B2B2. Windows color (decimal): -8663372 or 11849339. OLE color: 11849339.
HSL color Cylindrical-coordinate representation of color #7BCEB4: hue angle of 161.2º 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 #7BCEB4 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 180 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.19 |
| HSL | 161.2º | 0.46% | 0.65% | - |
| HSV(B) | 161.2º | 0.4% | 0.81% | - |
| XYZ | 38.48 | 51.65 | 51.12 | - |
| YUV | 178.22 | 129 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 180 | 0.40 | 0 | 0.13 | 0.19 | 161.2 | 0.46 | 0.65 |
| Hex | 7B | CE | B4 | 28 | 0 | D | 13 | A1 | 2E | 41 |
| Octal | 173 | 316 | 264 | 50 | 0 | 15 | 23 | 241 | 56 | 101 |
| Binary | 1111011 | 11001110 | 10110100 | 101000 | 0 | 1101 | 10011 | 10100001 | 101110 | 1000001 |
Color Harmonies of #7BCEB4
Complementary color
Monochromatic Colors of #7BCEB4
Black with #7BCEB4
Text Example
Text Example
White with #7BCEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCEB4; }
p { color: rgb(123,206,180); }
H1.HeaderClassName
{
color: #7BCEB4;
}
.AnyTagClassName
{
color: #7BCEB4;
}
</style>
background-color css
<style>
a { background-color: #7BCEB4; }
a { background-color: rgb(123,206,180); }
div.DivClassName
{
background-color: #7BCEB4;
}
.BgClassName
{
background-color: #7BCEB4;
}
</style>
border-color css
<style>
span { border-color: #7BCEB4; }
span { border-color: rgb(123,206,180); }
td.TdClassName
{
border-color: #7BCEB4;
}
.TagClassName
{
border-color: #7BCEB4;
}
</style>