Shades of Monte Carlo #7CBEAA
Tints of Monte Carlo #7CBEAA
RGB
CMYK
RGB Variations
Color information
#7CBEAA (or 0x7CBEAA) is known color: Monte Carlo. HEX triplet: 7C, BE and AA. RGB value is (124,190,170). Sum of RGB (Red+Green+Blue) = 124+190+170=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBEAA is #834155. Grayscale: #A7A7A7. Windows color (decimal): -8601942 or 11189884. OLE color: 11189884.
HSL color Cylindrical-coordinate representation of color #7CBEAA: hue angle of 161.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBEAA is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 170 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.25 |
| HSL | 161.82º | 0.34% | 0.62% | - |
| HSV(B) | 161.82º | 0.35% | 0.75% | - |
| XYZ | 33.98 | 44.01 | 44.73 | - |
| YUV | 167.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 170 | 0.35 | 0 | 0.11 | 0.25 | 161.82 | 0.34 | 0.62 |
| Hex | 7C | BE | AA | 23 | 0 | B | 19 | A2 | 22 | 3E |
| Octal | 174 | 276 | 252 | 43 | 0 | 13 | 31 | 242 | 42 | 76 |
| Binary | 1111100 | 10111110 | 10101010 | 100011 | 0 | 1011 | 11001 | 10100010 | 100010 | 111110 |
Color Harmonies of #7CBEAA
Complementary color
Monochromatic Colors of #7CBEAA
Black with #7CBEAA
Text Example
Text Example
White with #7CBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBEAA; }
p { color: rgb(124,190,170); }
H1.HeaderClassName
{
color: #7CBEAA;
}
.AnyTagClassName
{
color: #7CBEAA;
}
</style>
background-color css
<style>
a { background-color: #7CBEAA; }
a { background-color: rgb(124,190,170); }
div.DivClassName
{
background-color: #7CBEAA;
}
.BgClassName
{
background-color: #7CBEAA;
}
</style>
border-color css
<style>
span { border-color: #7CBEAA; }
span { border-color: rgb(124,190,170); }
td.TdClassName
{
border-color: #7CBEAA;
}
.TagClassName
{
border-color: #7CBEAA;
}
</style>