Shades of Monte Carlo #7FC8BA
Tints of Monte Carlo #7FC8BA
RGB
CMYK
RGB Variations
Color information
#7FC8BA (or 0x7FC8BA) is known color: Monte Carlo. HEX triplet: 7F, C8 and BA. RGB value is (127,200,186). Sum of RGB (Red+Green+Blue) = 127+200+186=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC8BA is #803745. Grayscale: #B0B0B0. Windows color (decimal): -8402758 or 12241023. OLE color: 12241023.
HSL color Cylindrical-coordinate representation of color #7FC8BA: hue angle of 168.49º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC8BA is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 200 | 186 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.22 |
| HSL | 168.49º | 0.4% | 0.64% | - |
| HSV(B) | 168.49º | 0.37% | 0.78% | - |
| XYZ | 38.27 | 49.37 | 53.97 | - |
| YUV | 176.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 186 | 0.36 | 0 | 0.07 | 0.22 | 168.49 | 0.4 | 0.64 |
| Hex | 7F | C8 | BA | 24 | 0 | 7 | 16 | A8 | 28 | 40 |
| Octal | 177 | 310 | 272 | 44 | 0 | 7 | 26 | 250 | 50 | 100 |
| Binary | 1111111 | 11001000 | 10111010 | 100100 | 0 | 111 | 10110 | 10101000 | 101000 | 1000000 |
Color Harmonies of #7FC8BA
Complementary color
Monochromatic Colors of #7FC8BA
Black with #7FC8BA
Text Example
Text Example
White with #7FC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC8BA; }
p { color: rgb(127,200,186); }
H1.HeaderClassName
{
color: #7FC8BA;
}
.AnyTagClassName
{
color: #7FC8BA;
}
</style>
background-color css
<style>
a { background-color: #7FC8BA; }
a { background-color: rgb(127,200,186); }
div.DivClassName
{
background-color: #7FC8BA;
}
.BgClassName
{
background-color: #7FC8BA;
}
</style>
border-color css
<style>
span { border-color: #7FC8BA; }
span { border-color: rgb(127,200,186); }
td.TdClassName
{
border-color: #7FC8BA;
}
.TagClassName
{
border-color: #7FC8BA;
}
</style>