Shades of Monte Carlo #7CBEA5
Tints of Monte Carlo #7CBEA5
RGB
CMYK
RGB Variations
Color information
#7CBEA5 (or 0x7CBEA5) is known color: Monte Carlo. HEX triplet: 7C, BE and A5. RGB value is (124,190,165). Sum of RGB (Red+Green+Blue) = 124+190+165=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBEA5 is #83415A. Grayscale: #A7A7A7. Windows color (decimal): -8601947 or 10862204. OLE color: 10862204.
HSL color Cylindrical-coordinate representation of color #7CBEA5: hue angle of 157.27º 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 #7CBEA5 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 165 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.25 |
| HSL | 157.27º | 0.34% | 0.62% | - |
| HSV(B) | 157.27º | 0.35% | 0.75% | - |
| XYZ | 33.52 | 43.83 | 42.29 | - |
| YUV | 167.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 165 | 0.35 | 0 | 0.13 | 0.25 | 157.27 | 0.34 | 0.62 |
| Hex | 7C | BE | A5 | 23 | 0 | D | 19 | 9D | 22 | 3E |
| Octal | 174 | 276 | 245 | 43 | 0 | 15 | 31 | 235 | 42 | 76 |
| Binary | 1111100 | 10111110 | 10100101 | 100011 | 0 | 1101 | 11001 | 10011101 | 100010 | 111110 |
Color Harmonies of #7CBEA5
Complementary color
Monochromatic Colors of #7CBEA5
Black with #7CBEA5
Text Example
Text Example
White with #7CBEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBEA5; }
p { color: rgb(124,190,165); }
H1.HeaderClassName
{
color: #7CBEA5;
}
.AnyTagClassName
{
color: #7CBEA5;
}
</style>
background-color css
<style>
a { background-color: #7CBEA5; }
a { background-color: rgb(124,190,165); }
div.DivClassName
{
background-color: #7CBEA5;
}
.BgClassName
{
background-color: #7CBEA5;
}
</style>
border-color css
<style>
span { border-color: #7CBEA5; }
span { border-color: rgb(124,190,165); }
td.TdClassName
{
border-color: #7CBEA5;
}
.TagClassName
{
border-color: #7CBEA5;
}
</style>