Shades of Monte Carlo #7CC9BA
Tints of Monte Carlo #7CC9BA
RGB
CMYK
RGB Variations
Color information
#7CC9BA (or 0x7CC9BA) is known color: Monte Carlo. HEX triplet: 7C, C9 and BA. RGB value is (124,201,186). Sum of RGB (Red+Green+Blue) = 124+201+186=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC9BA is #833645. Grayscale: #B0B0B0. Windows color (decimal): -8599110 or 12241276. OLE color: 12241276.
HSL color Cylindrical-coordinate representation of color #7CC9BA: hue angle of 168.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC9BA is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 186 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.21 |
| HSL | 168.31º | 0.42% | 0.64% | - |
| HSV(B) | 168.31º | 0.38% | 0.79% | - |
| XYZ | 38.06 | 49.6 | 54.02 | - |
| YUV | 176.27 | 133.49 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 186 | 0.38 | 0 | 0.07 | 0.21 | 168.31 | 0.42 | 0.64 |
| Hex | 7C | C9 | BA | 26 | 0 | 7 | 15 | A8 | 2A | 40 |
| Octal | 174 | 311 | 272 | 46 | 0 | 7 | 25 | 250 | 52 | 100 |
| Binary | 1111100 | 11001001 | 10111010 | 100110 | 0 | 111 | 10101 | 10101000 | 101010 | 1000000 |
Color Harmonies of #7CC9BA
Complementary color
Monochromatic Colors of #7CC9BA
Black with #7CC9BA
Text Example
Text Example
White with #7CC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC9BA; }
p { color: rgb(124,201,186); }
H1.HeaderClassName
{
color: #7CC9BA;
}
.AnyTagClassName
{
color: #7CC9BA;
}
</style>
background-color css
<style>
a { background-color: #7CC9BA; }
a { background-color: rgb(124,201,186); }
div.DivClassName
{
background-color: #7CC9BA;
}
.BgClassName
{
background-color: #7CC9BA;
}
</style>
border-color css
<style>
span { border-color: #7CC9BA; }
span { border-color: rgb(124,201,186); }
td.TdClassName
{
border-color: #7CC9BA;
}
.TagClassName
{
border-color: #7CC9BA;
}
</style>