Shades of Monte Carlo #7BCCAD
Tints of Monte Carlo #7BCCAD
RGB
CMYK
RGB Variations
Color information
#7BCCAD (or 0x7BCCAD) is known color: Monte Carlo. HEX triplet: 7B, CC and AD. RGB value is (123,204,173). Sum of RGB (Red+Green+Blue) = 123+204+173=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCCAD is #843352. Grayscale: #B0B0B0. Windows color (decimal): -8663891 or 11390075. OLE color: 11390075.
HSL color Cylindrical-coordinate representation of color #7BCCAD: hue angle of 157.04º 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 #7BCCAD is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 173 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.2 |
| HSL | 157.04º | 0.44% | 0.64% | - |
| HSV(B) | 157.04º | 0.4% | 0.8% | - |
| XYZ | 37.3 | 50.41 | 47.3 | - |
| YUV | 176.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 173 | 0.40 | 0 | 0.15 | 0.2 | 157.04 | 0.44 | 0.64 |
| Hex | 7B | CC | AD | 28 | 0 | F | 14 | 9D | 2C | 40 |
| Octal | 173 | 314 | 255 | 50 | 0 | 17 | 24 | 235 | 54 | 100 |
| Binary | 1111011 | 11001100 | 10101101 | 101000 | 0 | 1111 | 10100 | 10011101 | 101100 | 1000000 |
Color Harmonies of #7BCCAD
Complementary color
Monochromatic Colors of #7BCCAD
Black with #7BCCAD
Text Example
Text Example
White with #7BCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCAD; }
p { color: rgb(123,204,173); }
H1.HeaderClassName
{
color: #7BCCAD;
}
.AnyTagClassName
{
color: #7BCCAD;
}
</style>
background-color css
<style>
a { background-color: #7BCCAD; }
a { background-color: rgb(123,204,173); }
div.DivClassName
{
background-color: #7BCCAD;
}
.BgClassName
{
background-color: #7BCCAD;
}
</style>
border-color css
<style>
span { border-color: #7BCCAD; }
span { border-color: rgb(123,204,173); }
td.TdClassName
{
border-color: #7BCCAD;
}
.TagClassName
{
border-color: #7BCCAD;
}
</style>