Shades of Monte Carlo #7FBAB8
Tints of Monte Carlo #7FBAB8
RGB
CMYK
RGB Variations
Color information
#7FBAB8 (or 0x7FBAB8) is known color: Monte Carlo. HEX triplet: 7F, BA and B8. RGB value is (127,186,184). Sum of RGB (Red+Green+Blue) = 127+186+184=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBAB8 is #804547. Grayscale: #A8A8A8. Windows color (decimal): -8406344 or 12106367. OLE color: 12106367.
HSL color Cylindrical-coordinate representation of color #7FBAB8: hue angle of 177.97º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBAB8 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 184 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.27 |
| HSL | 177.97º | 0.3% | 0.61% | - |
| HSV(B) | 177.97º | 0.32% | 0.73% | - |
| XYZ | 34.96 | 43.09 | 51.82 | - |
| YUV | 168.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 184 | 0.32 | 0 | 0.01 | 0.27 | 177.97 | 0.3 | 0.61 |
| Hex | 7F | BA | B8 | 20 | 0 | 1 | 1B | B2 | 1E | 3D |
| Octal | 177 | 272 | 270 | 40 | 0 | 1 | 33 | 262 | 36 | 75 |
| Binary | 1111111 | 10111010 | 10111000 | 100000 | 0 | 1 | 11011 | 10110010 | 11110 | 111101 |
Color Harmonies of #7FBAB8
Complementary color
Monochromatic Colors of #7FBAB8
Black with #7FBAB8
Text Example
Text Example
White with #7FBAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBAB8; }
p { color: rgb(127,186,184); }
H1.HeaderClassName
{
color: #7FBAB8;
}
.AnyTagClassName
{
color: #7FBAB8;
}
</style>
background-color css
<style>
a { background-color: #7FBAB8; }
a { background-color: rgb(127,186,184); }
div.DivClassName
{
background-color: #7FBAB8;
}
.BgClassName
{
background-color: #7FBAB8;
}
</style>
border-color css
<style>
span { border-color: #7FBAB8; }
span { border-color: rgb(127,186,184); }
td.TdClassName
{
border-color: #7FBAB8;
}
.TagClassName
{
border-color: #7FBAB8;
}
</style>