Shades of Monte Carlo #7CBEAB
Tints of Monte Carlo #7CBEAB
RGB
CMYK
RGB Variations
Color information
#7CBEAB (or 0x7CBEAB) is known color: Monte Carlo. HEX triplet: 7C, BE and AB. RGB value is (124,190,171). Sum of RGB (Red+Green+Blue) = 124+190+171=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBEAB is #834154. Grayscale: #A8A8A8. Windows color (decimal): -8601941 or 11255420. OLE color: 11255420.
HSL color Cylindrical-coordinate representation of color #7CBEAB: hue angle of 162.73º 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 #7CBEAB is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 171 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.25 |
| HSL | 162.73º | 0.34% | 0.62% | - |
| HSV(B) | 162.73º | 0.35% | 0.75% | - |
| XYZ | 34.08 | 44.05 | 45.24 | - |
| YUV | 168.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 171 | 0.35 | 0 | 0.10 | 0.25 | 162.73 | 0.34 | 0.62 |
| Hex | 7C | BE | AB | 23 | 0 | A | 19 | A3 | 22 | 3E |
| Octal | 174 | 276 | 253 | 43 | 0 | 12 | 31 | 243 | 42 | 76 |
| Binary | 1111100 | 10111110 | 10101011 | 100011 | 0 | 1010 | 11001 | 10100011 | 100010 | 111110 |
Color Harmonies of #7CBEAB
Complementary color
Monochromatic Colors of #7CBEAB
Black with #7CBEAB
Text Example
Text Example
White with #7CBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBEAB; }
p { color: rgb(124,190,171); }
H1.HeaderClassName
{
color: #7CBEAB;
}
.AnyTagClassName
{
color: #7CBEAB;
}
</style>
background-color css
<style>
a { background-color: #7CBEAB; }
a { background-color: rgb(124,190,171); }
div.DivClassName
{
background-color: #7CBEAB;
}
.BgClassName
{
background-color: #7CBEAB;
}
</style>
border-color css
<style>
span { border-color: #7CBEAB; }
span { border-color: rgb(124,190,171); }
td.TdClassName
{
border-color: #7CBEAB;
}
.TagClassName
{
border-color: #7CBEAB;
}
</style>