Shades of Monte Carlo #7BCAAC
Tints of Monte Carlo #7BCAAC
RGB
CMYK
RGB Variations
Color information
#7BCAAC (or 0x7BCAAC) is known color: Monte Carlo. HEX triplet: 7B, CA and AC. RGB value is (123,202,172). Sum of RGB (Red+Green+Blue) = 123+202+172=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCAAC is #843553. Grayscale: #AFAFAF. Windows color (decimal): -8664404 or 11324027. OLE color: 11324027.
HSL color Cylindrical-coordinate representation of color #7BCAAC: hue angle of 157.22º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCAAC is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 172 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.21 |
| HSL | 157.22º | 0.43% | 0.64% | - |
| HSV(B) | 157.22º | 0.39% | 0.79% | - |
| XYZ | 36.74 | 49.43 | 46.63 | - |
| YUV | 174.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 172 | 0.39 | 0 | 0.15 | 0.21 | 157.22 | 0.43 | 0.64 |
| Hex | 7B | CA | AC | 27 | 0 | F | 15 | 9D | 2B | 40 |
| Octal | 173 | 312 | 254 | 47 | 0 | 17 | 25 | 235 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10101100 | 100111 | 0 | 1111 | 10101 | 10011101 | 101011 | 1000000 |
Color Harmonies of #7BCAAC
Complementary color
Monochromatic Colors of #7BCAAC
Black with #7BCAAC
Text Example
Text Example
White with #7BCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCAAC; }
p { color: rgb(123,202,172); }
H1.HeaderClassName
{
color: #7BCAAC;
}
.AnyTagClassName
{
color: #7BCAAC;
}
</style>
background-color css
<style>
a { background-color: #7BCAAC; }
a { background-color: rgb(123,202,172); }
div.DivClassName
{
background-color: #7BCAAC;
}
.BgClassName
{
background-color: #7BCAAC;
}
</style>
border-color css
<style>
span { border-color: #7BCAAC; }
span { border-color: rgb(123,202,172); }
td.TdClassName
{
border-color: #7BCAAC;
}
.TagClassName
{
border-color: #7BCAAC;
}
</style>