Shades of Monte Carlo #7BCCB8
Tints of Monte Carlo #7BCCB8
RGB
CMYK
RGB Variations
Color information
#7BCCB8 (or 0x7BCCB8) is known color: Monte Carlo. HEX triplet: 7B, CC and B8. RGB value is (123,204,184). Sum of RGB (Red+Green+Blue) = 123+204+184=511 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.07% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCB8 is #843347. Grayscale: #B1B1B1. Windows color (decimal): -8663880 or 12110971. OLE color: 12110971.
HSL color Cylindrical-coordinate representation of color #7BCCB8: hue angle of 165.19º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCCB8 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 184 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.2 |
| HSL | 165.19º | 0.44% | 0.64% | - |
| HSV(B) | 165.19º | 0.4% | 0.8% | - |
| XYZ | 38.41 | 50.86 | 53.14 | - |
| YUV | 177.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 184 | 0.40 | 0 | 0.10 | 0.2 | 165.19 | 0.44 | 0.64 |
| Hex | 7B | CC | B8 | 28 | 0 | A | 14 | A5 | 2C | 40 |
| Octal | 173 | 314 | 270 | 50 | 0 | 12 | 24 | 245 | 54 | 100 |
| Binary | 1111011 | 11001100 | 10111000 | 101000 | 0 | 1010 | 10100 | 10100101 | 101100 | 1000000 |
Color Harmonies of #7BCCB8
Complementary color
Monochromatic Colors of #7BCCB8
Black with #7BCCB8
Text Example
Text Example
White with #7BCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCB8; }
p { color: rgb(123,204,184); }
H1.HeaderClassName
{
color: #7BCCB8;
}
.AnyTagClassName
{
color: #7BCCB8;
}
</style>
background-color css
<style>
a { background-color: #7BCCB8; }
a { background-color: rgb(123,204,184); }
div.DivClassName
{
background-color: #7BCCB8;
}
.BgClassName
{
background-color: #7BCCB8;
}
</style>
border-color css
<style>
span { border-color: #7BCCB8; }
span { border-color: rgb(123,204,184); }
td.TdClassName
{
border-color: #7BCCB8;
}
.TagClassName
{
border-color: #7BCCB8;
}
</style>