Shades of Monte Carlo #7BC4A8
Tints of Monte Carlo #7BC4A8
RGB
CMYK
RGB Variations
Color information
#7BC4A8 (or 0x7BC4A8) is known color: Monte Carlo. HEX triplet: 7B, C4 and A8. RGB value is (123,196,168). Sum of RGB (Red+Green+Blue) = 123+196+168=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #7BC4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC4A8 is #843B57. Grayscale: #ABABAB. Windows color (decimal): -8665944 or 11060347. OLE color: 11060347.
HSL color Cylindrical-coordinate representation of color #7BC4A8: hue angle of 156.99º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC4A8 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 196 | 168 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.23 |
| HSL | 156.99º | 0.38% | 0.63% | - |
| HSV(B) | 156.99º | 0.37% | 0.77% | - |
| XYZ | 34.98 | 46.52 | 44.18 | - |
| YUV | 170.98 | 126.32 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 196 | 168 | 0.37 | 0 | 0.14 | 0.23 | 156.99 | 0.38 | 0.63 |
| Hex | 7B | C4 | A8 | 25 | 0 | E | 17 | 9D | 26 | 3F |
| Octal | 173 | 304 | 250 | 45 | 0 | 16 | 27 | 235 | 46 | 77 |
| Binary | 1111011 | 11000100 | 10101000 | 100101 | 0 | 1110 | 10111 | 10011101 | 100110 | 111111 |
Color Harmonies of #7BC4A8
Complementary color
Monochromatic Colors of #7BC4A8
Black with #7BC4A8
Text Example
Text Example
White with #7BC4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC4A8; }
p { color: rgb(123,196,168); }
H1.HeaderClassName
{
color: #7BC4A8;
}
.AnyTagClassName
{
color: #7BC4A8;
}
</style>
background-color css
<style>
a { background-color: #7BC4A8; }
a { background-color: rgb(123,196,168); }
div.DivClassName
{
background-color: #7BC4A8;
}
.BgClassName
{
background-color: #7BC4A8;
}
</style>
border-color css
<style>
span { border-color: #7BC4A8; }
span { border-color: rgb(123,196,168); }
td.TdClassName
{
border-color: #7BC4A8;
}
.TagClassName
{
border-color: #7BC4A8;
}
</style>