Shades of Monte Carlo #7CBEA4
Tints of Monte Carlo #7CBEA4
RGB
CMYK
RGB Variations
Color information
#7CBEA4 (or 0x7CBEA4) is known color: Monte Carlo. HEX triplet: 7C, BE and A4. RGB value is (124,190,164). Sum of RGB (Red+Green+Blue) = 124+190+164=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBEA4 is #83415B. Grayscale: #A7A7A7. Windows color (decimal): -8601948 or 10796668. OLE color: 10796668.
HSL color Cylindrical-coordinate representation of color #7CBEA4: hue angle of 156.36º 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 #7CBEA4 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 164 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.25 |
| HSL | 156.36º | 0.34% | 0.62% | - |
| HSV(B) | 156.36º | 0.35% | 0.75% | - |
| XYZ | 33.43 | 43.79 | 41.81 | - |
| YUV | 167.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 164 | 0.35 | 0 | 0.14 | 0.25 | 156.36 | 0.34 | 0.62 |
| Hex | 7C | BE | A4 | 23 | 0 | E | 19 | 9C | 22 | 3E |
| Octal | 174 | 276 | 244 | 43 | 0 | 16 | 31 | 234 | 42 | 76 |
| Binary | 1111100 | 10111110 | 10100100 | 100011 | 0 | 1110 | 11001 | 10011100 | 100010 | 111110 |
Color Harmonies of #7CBEA4
Complementary color
Monochromatic Colors of #7CBEA4
Black with #7CBEA4
Text Example
Text Example
White with #7CBEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBEA4; }
p { color: rgb(124,190,164); }
H1.HeaderClassName
{
color: #7CBEA4;
}
.AnyTagClassName
{
color: #7CBEA4;
}
</style>
background-color css
<style>
a { background-color: #7CBEA4; }
a { background-color: rgb(124,190,164); }
div.DivClassName
{
background-color: #7CBEA4;
}
.BgClassName
{
background-color: #7CBEA4;
}
</style>
border-color css
<style>
span { border-color: #7CBEA4; }
span { border-color: rgb(124,190,164); }
td.TdClassName
{
border-color: #7CBEA4;
}
.TagClassName
{
border-color: #7CBEA4;
}
</style>