Shades of Monte Carlo #7CBDA5
Tints of Monte Carlo #7CBDA5
RGB
CMYK
RGB Variations
Color information
#7CBDA5 (or 0x7CBDA5) is known color: Monte Carlo. HEX triplet: 7C, BD and A5. RGB value is (124,189,165). Sum of RGB (Red+Green+Blue) = 124+189+165=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBDA5 is #83425A. Grayscale: #A6A6A6. Windows color (decimal): -8602203 or 10861948. OLE color: 10861948.
HSL color Cylindrical-coordinate representation of color #7CBDA5: hue angle of 157.85º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBDA5 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 165 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.26 |
| HSL | 157.85º | 0.33% | 0.61% | - |
| HSV(B) | 157.85º | 0.34% | 0.74% | - |
| XYZ | 33.3 | 43.4 | 42.22 | - |
| YUV | 166.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 165 | 0.34 | 0 | 0.13 | 0.26 | 157.85 | 0.33 | 0.61 |
| Hex | 7C | BD | A5 | 22 | 0 | D | 1A | 9E | 21 | 3D |
| Octal | 174 | 275 | 245 | 42 | 0 | 15 | 32 | 236 | 41 | 75 |
| Binary | 1111100 | 10111101 | 10100101 | 100010 | 0 | 1101 | 11010 | 10011110 | 100001 | 111101 |
Color Harmonies of #7CBDA5
Complementary color
Monochromatic Colors of #7CBDA5
Black with #7CBDA5
Text Example
Text Example
White with #7CBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBDA5; }
p { color: rgb(124,189,165); }
H1.HeaderClassName
{
color: #7CBDA5;
}
.AnyTagClassName
{
color: #7CBDA5;
}
</style>
background-color css
<style>
a { background-color: #7CBDA5; }
a { background-color: rgb(124,189,165); }
div.DivClassName
{
background-color: #7CBDA5;
}
.BgClassName
{
background-color: #7CBDA5;
}
</style>
border-color css
<style>
span { border-color: #7CBDA5; }
span { border-color: rgb(124,189,165); }
td.TdClassName
{
border-color: #7CBDA5;
}
.TagClassName
{
border-color: #7CBDA5;
}
</style>