Shades of Monte Carlo #7FB9B3
Tints of Monte Carlo #7FB9B3
RGB
CMYK
RGB Variations
Color information
#7FB9B3 (or 0x7FB9B3) is known color: Monte Carlo. HEX triplet: 7F, B9 and B3. RGB value is (127,185,179). Sum of RGB (Red+Green+Blue) = 127+185+179=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB9B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB9B3 is #80464C. Grayscale: #A6A6A6. Windows color (decimal): -8406605 or 11778431. OLE color: 11778431.
HSL color Cylindrical-coordinate representation of color #7FB9B3: hue angle of 173.79º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB9B3 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 185 | 179 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.27 |
| HSL | 173.79º | 0.29% | 0.61% | - |
| HSV(B) | 173.79º | 0.31% | 0.73% | - |
| XYZ | 34.24 | 42.46 | 49.04 | - |
| YUV | 166.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 185 | 179 | 0.31 | 0 | 0.03 | 0.27 | 173.79 | 0.29 | 0.61 |
| Hex | 7F | B9 | B3 | 1F | 0 | 3 | 1B | AE | 1D | 3D |
| Octal | 177 | 271 | 263 | 37 | 0 | 3 | 33 | 256 | 35 | 75 |
| Binary | 1111111 | 10111001 | 10110011 | 11111 | 0 | 11 | 11011 | 10101110 | 11101 | 111101 |
Color Harmonies of #7FB9B3
Complementary color
Monochromatic Colors of #7FB9B3
Black with #7FB9B3
Text Example
Text Example
White with #7FB9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB9B3; }
p { color: rgb(127,185,179); }
H1.HeaderClassName
{
color: #7FB9B3;
}
.AnyTagClassName
{
color: #7FB9B3;
}
</style>
background-color css
<style>
a { background-color: #7FB9B3; }
a { background-color: rgb(127,185,179); }
div.DivClassName
{
background-color: #7FB9B3;
}
.BgClassName
{
background-color: #7FB9B3;
}
</style>
border-color css
<style>
span { border-color: #7FB9B3; }
span { border-color: rgb(127,185,179); }
td.TdClassName
{
border-color: #7FB9B3;
}
.TagClassName
{
border-color: #7FB9B3;
}
</style>