Shades of Monte Carlo #7CC9BF
Tints of Monte Carlo #7CC9BF
RGB
CMYK
RGB Variations
Color information
#7CC9BF (or 0x7CC9BF) is known color: Monte Carlo. HEX triplet: 7C, C9 and BF. RGB value is (124,201,191). Sum of RGB (Red+Green+Blue) = 124+201+191=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC9BF is #833640. Grayscale: #B0B0B0. Windows color (decimal): -8599105 or 12568956. OLE color: 12568956.
HSL color Cylindrical-coordinate representation of color #7CC9BF: hue angle of 172.21º 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 #7CC9BF is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 191 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.21 |
| HSL | 172.21º | 0.42% | 0.64% | - |
| HSV(B) | 172.21º | 0.38% | 0.79% | - |
| XYZ | 38.6 | 49.82 | 56.87 | - |
| YUV | 176.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 191 | 0.38 | 0 | 0.05 | 0.21 | 172.21 | 0.42 | 0.64 |
| Hex | 7C | C9 | BF | 26 | 0 | 5 | 15 | AC | 2A | 40 |
| Octal | 174 | 311 | 277 | 46 | 0 | 5 | 25 | 254 | 52 | 100 |
| Binary | 1111100 | 11001001 | 10111111 | 100110 | 0 | 101 | 10101 | 10101100 | 101010 | 1000000 |
Color Harmonies of #7CC9BF
Complementary color
Monochromatic Colors of #7CC9BF
Black with #7CC9BF
Text Example
Text Example
White with #7CC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC9BF; }
p { color: rgb(124,201,191); }
H1.HeaderClassName
{
color: #7CC9BF;
}
.AnyTagClassName
{
color: #7CC9BF;
}
</style>
background-color css
<style>
a { background-color: #7CC9BF; }
a { background-color: rgb(124,201,191); }
div.DivClassName
{
background-color: #7CC9BF;
}
.BgClassName
{
background-color: #7CC9BF;
}
</style>
border-color css
<style>
span { border-color: #7CC9BF; }
span { border-color: rgb(124,201,191); }
td.TdClassName
{
border-color: #7CC9BF;
}
.TagClassName
{
border-color: #7CC9BF;
}
</style>