Shades of Monte Carlo #7BCAAA
Tints of Monte Carlo #7BCAAA
RGB
CMYK
RGB Variations
Color information
#7BCAAA (or 0x7BCAAA) is known color: Monte Carlo. HEX triplet: 7B, CA and AA. RGB value is (123,202,170). Sum of RGB (Red+Green+Blue) = 123+202+170=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCAAA is #843555. Grayscale: #AEAEAE. Windows color (decimal): -8664406 or 11192955. OLE color: 11192955.
HSL color Cylindrical-coordinate representation of color #7BCAAA: hue angle of 155.7º 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 #7BCAAA is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 170 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.21 |
| HSL | 155.7º | 0.43% | 0.64% | - |
| HSV(B) | 155.7º | 0.39% | 0.79% | - |
| XYZ | 36.54 | 49.35 | 45.63 | - |
| YUV | 174.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 170 | 0.39 | 0 | 0.16 | 0.21 | 155.7 | 0.43 | 0.64 |
| Hex | 7B | CA | AA | 27 | 0 | 10 | 15 | 9C | 2B | 40 |
| Octal | 173 | 312 | 252 | 47 | 0 | 20 | 25 | 234 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10101010 | 100111 | 0 | 10000 | 10101 | 10011100 | 101011 | 1000000 |
Color Harmonies of #7BCAAA
Complementary color
Monochromatic Colors of #7BCAAA
Black with #7BCAAA
Text Example
Text Example
White with #7BCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCAAA; }
p { color: rgb(123,202,170); }
H1.HeaderClassName
{
color: #7BCAAA;
}
.AnyTagClassName
{
color: #7BCAAA;
}
</style>
background-color css
<style>
a { background-color: #7BCAAA; }
a { background-color: rgb(123,202,170); }
div.DivClassName
{
background-color: #7BCAAA;
}
.BgClassName
{
background-color: #7BCAAA;
}
</style>
border-color css
<style>
span { border-color: #7BCAAA; }
span { border-color: rgb(123,202,170); }
td.TdClassName
{
border-color: #7BCAAA;
}
.TagClassName
{
border-color: #7BCAAA;
}
</style>