Shades of Monte Carlo #7CBEB4
Tints of Monte Carlo #7CBEB4
RGB
CMYK
RGB Variations
Color information
#7CBEB4 (or 0x7CBEB4) is known color: Monte Carlo. HEX triplet: 7C, BE and B4. RGB value is (124,190,180). Sum of RGB (Red+Green+Blue) = 124+190+180=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBEB4 is #83414B. Grayscale: #A9A9A9. Windows color (decimal): -8601932 or 11845244. OLE color: 11845244.
HSL color Cylindrical-coordinate representation of color #7CBEB4: hue angle of 170.91º 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 #7CBEB4 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 180 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.25 |
| HSL | 170.91º | 0.34% | 0.62% | - |
| HSV(B) | 170.91º | 0.35% | 0.75% | - |
| XYZ | 34.96 | 44.41 | 49.91 | - |
| YUV | 169.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 180 | 0.35 | 0 | 0.05 | 0.25 | 170.91 | 0.34 | 0.62 |
| Hex | 7C | BE | B4 | 23 | 0 | 5 | 19 | AB | 22 | 3E |
| Octal | 174 | 276 | 264 | 43 | 0 | 5 | 31 | 253 | 42 | 76 |
| Binary | 1111100 | 10111110 | 10110100 | 100011 | 0 | 101 | 11001 | 10101011 | 100010 | 111110 |
Color Harmonies of #7CBEB4
Complementary color
Monochromatic Colors of #7CBEB4
Black with #7CBEB4
Text Example
Text Example
White with #7CBEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBEB4; }
p { color: rgb(124,190,180); }
H1.HeaderClassName
{
color: #7CBEB4;
}
.AnyTagClassName
{
color: #7CBEB4;
}
</style>
background-color css
<style>
a { background-color: #7CBEB4; }
a { background-color: rgb(124,190,180); }
div.DivClassName
{
background-color: #7CBEB4;
}
.BgClassName
{
background-color: #7CBEB4;
}
</style>
border-color css
<style>
span { border-color: #7CBEB4; }
span { border-color: rgb(124,190,180); }
td.TdClassName
{
border-color: #7CBEB4;
}
.TagClassName
{
border-color: #7CBEB4;
}
</style>